Site logo

Archived topic

Navigator template: Navigation drop down direction to the right

5 replies · Started by Jonas on November 19, 2019

Viewing posts 1–6 of 6

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 :)

This archived topic is closed to new replies.