Archived topic
Navigator template: Navigation drop down direction to the right
5 replies · Started by Jonas on November 19, 2019
Hello,
I'm building a site with the Navigator template. I want the navigation drop down direction to be to right, but for some reason the meny drops vertically. How do I go about to fix this problem?
Picture of the problem:
https://i.postimg.cc/hvTcqmFH/Question-navigation.jpg
Hi there,
can you provide a link to your site so i can take a look?
You can edit your original topic and use the Site URL field to share it privately.
Unfortunately it's hosted locally.
Hi there,
Give this CSS a shot:
.dropdown-hover .site-header .main-navigation .main-nav .sub-menu {
position: absolute;
left: 100%;
top: 0;
background: #fff;
}
.site-header {
overflow-x: unset;
overflow: unset;
}
Let me know :)
Lovely, it worked!
Thank you :)
You're welcome :)