Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1162294

    Hello I have a problem, where my sub-menus opens outside of the screen bounds, to the left. (see image link)
    menu cut off by sceen

    I would like to force menus to always open to the right. How can I achieve this?

    Cheers,

    Itai

    #1162360

    Hey Itai,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1162364

    Yes: https://lostmypet.ca/sample-page
    First menu “Pet Finder”

    Cheers,

    Itai

    #1162402

    Hi,

    Add this to quick css:

    #top .av-main-nav ul ul{
    left:-100!important;
    }

    Best regards,
    Jordan Shannon

    #1164515

    Hi Jordan,

    I added it but it has no effect whatsoever on the submenu (which is what is the problem)
    I’m not running any caching plugin atm.

    Please advise,

    Best,

    Itai

    #1164593

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also still, clear your browser cache a few times over.

    Best regards,
    Jordan Shannon

    #1164912

    Hi Jordan,

    Yes. Here are screengrabs, or you can see for yourself on our site: lostmypet.ca

    nav menu

    quick css

    Cheers,

    Itai

    #1165078

    Hi,

    Thanks for the update. Please try this CSS instead:

    #top .av-main-nav ul ul {
        left: 205px !important;
    }

    Best regards,
    Rikard

    #1165264

    Hi Rikard,

    Yes that works! Thanks.

    You can close this thread now.

    #1165266

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Force menu to hang right’ is closed to new replies.