Hello
I see a full width page on the provided URL, can you provide the correct URL ?
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
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.
Thanks for looking into it. If you could let me know the fix it would be appreciated.
Thanks again,
Mike
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;
}
}
Brilliant that seems to have fixed it