Tagged: x
-
AuthorPosts
-
December 7, 2016 at 11:55 am #1284877
CherylwoodmanParticipantHi Themeco,
I’ve just created this page (http://honestyforyourskin.co.uk/free-resources/)- I’m sure I’ve removed all padding, but there still seems to be some left. Can you point me in the right direction please?
Thanks,
Cheryl
December 7, 2016 at 12:20 pm #1284919
JoaoModeratorHi There,
Can you point exactly where you are referring to?
Thanks
Joao
December 8, 2016 at 2:52 am #1285793
CherylwoodmanParticipantCan you see the gap from the header logo to beginning of text – see the difference in these 2 pages…
http://honestyforyourskin.co.uk/about/ [smaller vs. new page…]
http://honestyforyourskin.co.uk/free-resources/ [larger]
Cheryl
December 8, 2016 at 3:07 am #1285802
Rue NelModeratorHi Cheryl,
Thank you for the clarifications! Both of the pages has blockquotes in the first section. You may say that they should be on the same alignment. I did some digging and I noticed that you added a custom css code:
.page-id-175 #x-section-1 .x-blockquote { margin-top: 0; }Now this code removes the top margin of the blockquote in the About page. If you want to apply the same in the other page, I would recommend that you update the code and use this instead:
.page-id-175 #x-section-1 .x-blockquote, .page-id-4618 #x-section-1 .x-blockquote { margin-top: 0; }You may noticed that I have
.page-id-{#123}which made the code specific to the pages alone. To know where you can get the page ID, please check it here: https://community.theme.co/kb/how-to-locate-post-ids/And one more thing, if you want the code to be applied site wide, you can have this instead:
.page #x-section-1 .x-blockquote { margin-top: 0; }Hope this helps.
December 8, 2016 at 10:54 am #1286262
CherylwoodmanParticipantThanks Rue – that is super helpful and it’s not perfectly aligned!
Have a beautiful day,
Cheryl
December 8, 2016 at 11:05 am #1286280
Nabeel AModeratorGlad we could help.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1284877 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
