[Resolved] Navigator template: Navigation drop down direction to the right

Home Forums Support [Resolved] Navigator template: Navigation drop down direction to the right

Home Forums Support Navigator template: Navigation drop down direction to the right

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1067527
    Jonas

    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

    #1067554
    David
    Staff
    Customer Support

    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.

    #1067582
    Jonas

    Unfortunately it’s hosted locally.

    #1067920
    Tom
    Lead Developer
    Lead Developer

    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 πŸ™‚

    #1068366
    Jonas

    Lovely, it worked!
    Thank you πŸ™‚

    #1068765
    Tom
    Lead Developer
    Lead Developer

    You’re welcome πŸ™‚

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.