Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1268979

    Hi guys :)

    I’m using the right vertical menu both the cart dropdown and the 2nd menu level, which are opening down and on the menu itself.
    how can they be open to the left?

    thanks for the help!

    #1269819

    Hey MPPcreative,

    Sorry for the late reply. I’m not sure I understand what you would like to achieve, could you try to explain a bit further, or post a screenshot highlighting your intentions please?

    Best regards,
    Rikard

    #1271979

    Hi :)

    when I’m hovering over the menu the sub-level opens down and I would like it to open to the left.
    I attached screenshots of how it is right now and how I would like it to be and the new sub-domine.

    thank you!

    #1272298

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    #menu-item-shop .dropdown_widget {
        right: 150px;
    }

    Best regards,
    Rikard

    #1272981

    Hi Rikard,

    thank you.
    It worked on the cart drop-down, but not on the menu items.
    How can I fix that?

    #1273870

    Hi,

    Sorry for the late reply. I can’t see any submenus on your actual site, so I’m not sure if this CSS is going to work, but please try it out:

    #avia-menu ul {
        right: -200px;
    }

    If it doesn’t work then please add a submenu, so that we can give you more accurate CSS.

    Best regards,
    Rikard

    #1273947

    Hi :)

    Thank you so much for the hell.
    visually, it works. well, I wroth 150px and not -150px, but it works.

    However, I do have a problem with the bus-level menu itself, can’t click it.
    I add a video so you can see it too.

    Rachel

    #1274291

    Hi Rachel,

    Thanks for the video. Please try this CSS as well:

    .html_header_sidebar #header .av-main-nav > li {
        width: 200px;
        min-width: 200px;
    }

    Best regards,
    Rikard

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