Home Forums Pro Themes Education Hub Pro boxed layout but showing fluid menu on scroll

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21672
    franekzaz
    Participant

    My layout is set to boxed, but on scroll, the primary menu goes to fluid rather than staying within the box.

    THE WEBSITE IS ON LOCALHOST FOR NOW I have follwed the instructions as per post of the same problem but it does not stop the problem. It was all ok until I added more menus. I have made more submenus but still shows fluid nav bar I checked the website that the first post and I see the menu is doing the exact same as mine. is is the other website url http://www.nathanrussell.com/nr-wp

    #21717
    wensolutions
    Keymaster

    Hello @franekzaz,

    To make your sticky menu stay within the boxed layout in Education Hub Pro theme, please go to your Admin Dashboard > Appearance > Customize > Theme Options > Advanced Options > Custom CSS field and paste in the following custom CSS :

    @media (min-width:1025px) {
    .enabled-sticky-primary-menu #main-nav.fixed {
        width: 86.7%;
        margin-left: 90px!important;
    }
    }

    Hope this Helps,

    Best Regards !!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.