• Resolved Kwyjibo_UK

    (@kwyjibo_uk)


    With Quest set to the boxed layout, menu items in the dropdowns close to the edge of the bounding box can be cut off. This is especially apparent if there are sub items in the dropdowns.

    Does anyone have a suggestion of how to correct this so the menus overlay the bounding box?

    To see the issue in action, please look at http://briary.azurewebsites.net.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Theme Author pacethemes

    (@pacethemes)

    Hello

    I see a full width page on the provided URL, can you provide the correct URL ?

    Thread Starter Kwyjibo_UK

    (@kwyjibo_uk)

    Sorry, I changed it to wide temporarily just to keep the menu working. I have change it back to boxed for the moment so you can investigate.

    Thanks,
    Mike

    Theme Author pacethemes

    (@pacethemes)

    I was able to reprodue the issue, fix is added in staging and will be included in next release. If you need the fix right away let us know and we can tell you where to make the changes.

    Thread Starter Kwyjibo_UK

    (@kwyjibo_uk)

    Thanks for looking into it. If you could let me know the fix it would be appreciated.

    Thanks again,
    Mike

    Theme Author pacethemes

    (@pacethemes)

    In the Quest Theme folder find the inc/template-tags.php file and find line # 904
    Change it from

    'menu_class'     => 'nav navbar-nav',

    TO

    'menu_class'     => 'nav navbar-nav navbar-right',

    Add the below custom CSS

    @media (max-width: 991px){
    	.site-branding .nav, .main-navigation .nav {
    		float: none !important;
    	}
    }

    Thread Starter Kwyjibo_UK

    (@kwyjibo_uk)

    Brilliant that seems to have fixed it

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Menu cut off with boxed layout’ is closed to new replies.