Home Forums Pro Themes Education Hub Pro Primary Menu: Boxed vs. Fluid

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #13363
    nathanrussell
    Participant

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

    #13378
    nathanrussell
    Participant

    here’s the website: http://www.nathanrussell.com/nr-wp

    #13381
    wensolutions
    Keymaster

    Hello @nathanrussell,

    To make the main navigation menu align with the boxed page layout, please paste in the following custom CSS in your Admin Dashboard > Appearance > Theme Options > Advanced Options > Custom CSS

    .enabled-sticky-primary-menu #main-nav.fixed {
        margin: 0;
    }
    
    .enabled-sticky-primary-menu #main-nav.fixed .container {
    max-width:1170px;
    }

    Hope this helps you,
    Best Regards!!

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