Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #876215
    philbalch
    Participant

    Hi There,

    can you please help me remove the white space below header and footer in this Renew stack?

    http://www.gokartringszeged.hu/siteindexpage/

    I have seen and tried various code snippets for custom CSS, from other forum queries but none work for me 🙁

    – Cornerstone Version 1.0.6
    – X theme Version: 4.1.1
    – WordPress 4.4.2

    Kind Regards – Phil

    #876536
    Thai
    Moderator

    Hi Phil,

    Please add the following CSS under Customizer > Custom > Eit Global CSS:

    .page-id-5 .x-container.max.width.offset {
        margin-top: 0;
        margin-bottom: 0;
    }

    Hope it helps 🙂

    #877825
    philbalch
    Participant

    Great, thanks.

    Any chance you can tell me or point me to a tutorial so i can understand where you are getting the page id info from… So i can fix it myself on future pages?

    Phil.

    #878172
    John Ezra
    Member

    Hi Phil,

    Thanks for updating the thread! If you inspect your page via your browser’s dev tools look under the body element classes. You will find different classes you can use to isolate certain pages, like .home, .blog, .single, page-id-#, postid-# etc.

    Hope this helps – thanks!

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