Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1089595
    spidermonkeydp
    Participant

    Hi X-theme,

    The first section of each page is overlapping the navigation area.

    I added a margin to the first section on the home page (http://catherinerushforth.com/) to adjust for this but I’d rather fix it properly than put this workaround in for every page.

    Do you know why this is happening?

    Many thanks, David

    #1089603
    spidermonkeydp
    Participant
    This reply has been marked as private.
    #1089683
    Christopher
    Moderator

    Hi there,

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .x-navbar-wrap {
        height: auto;
    }

    Hope that helps.

    #1089690
    spidermonkeydp
    Participant

    Hi Christopher,

    Thank you for that suggestion. I added the code to the Custom CSS area but it hasn’t removed the overlapping of section 1 into the navigation area on all the site’s pages.

    Do you have any other suggestions?

    Thanks, David

    #1089709
    Christopher
    Moderator

    Please update your code to :

    body.x-navbar-fixed-top-active .x-navbar-wrap {
        height: auto;
    }

    Hope it helps.

    #1100699
    spidermonkeydp
    Participant

    Thank you. That worked perfectly.

    #1100714
    Thai
    Moderator

    Glad it worked 🙂

    If you need anything else please let us know.

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