Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1262125
    mattdmedia
    Participant

    Hi,

    I’ve created a footer and it looks good on the homepage but when I went to the other pages there was a 45px padding between my text and subscribe form. The ID for the area was x-section but when I removed it, it would effect other things on the page.

    Most of those sections have been removed but not sure what’s puling that in? Images attached.

    The pages left in question are – http://www.evernew.ca/shop/
    and any individual blog post – http://www.evernew.ca/2016/11/11/how-to-update-your-fall-wardrobe/

    Homepage – http://www.evernew.ca/

    Any suggestions as to why this happened?

    Thanks!

    #1262169
    Rupok
    Member

    Hi there,

    It seems you have added the below code which eliminating the padding for home page :

    div#x-section-4.x-section {
      padding: 0 !important;
    }

    But it’s not affecting the other pages since the section ID is not same.

    You can add this instead under Custom > CSS in the Customizer.

    .textwidget .x-section {
      padding: 0 !important;
    }

    Hope this helps.

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