Archived topic
Cavet position in mobile view
2 replies · Started by Max on October 29, 2017
Tom
In my main menu I have a link called Browse and then under all of my site pages as sub menu items.
There is a down cavet next to Browse. Its position is fine in full screen view that is, it sits just after the Browse link.
However in tablet of mobile view, when I click on the hamburger, in the drop down menu the browse link is aligned left, but the cavet is aligned to the far right of the screen (and not immediately behind the browse text).
How can I fix this.
Kind Regards
Max
Ok.
I have fixed the issue with the following css. Is it ok?
@media (max-width: 1024px){
.main-navigation .menu-item-has-children .dropdown-menu-toggle {
float: none;
}
}
And also the drop down on mobile view only works when you click on the cavet itself (and not the Browse link next to it) Is there any way to also expand out the submenus when one click on the browse link or the cavet beside it.
Hi there,
Can you link me to the page?
Thanks!