Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1284877
    Cherylwoodman
    Participant

    Hi 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

    #1284919
    Joao
    Moderator

    Hi There,

    Can you point exactly where you are referring to?

    Thanks

    Joao

    #1285793
    Cherylwoodman
    Participant

    Can 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

    #1285802
    Rue Nel
    Moderator

    Hi 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.

    #1286262
    Cherylwoodman
    Participant

    Thanks Rue – that is super helpful and it’s not perfectly aligned!

    Have a beautiful day,

    Cheryl

    #1286280
    Nabeel A
    Moderator

    Glad we could help.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1284877 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>