Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1329827

    Hello –
    The dropdown menu on the far right goes off the screen on smaller desktop screens.
    Looking for help targeting just that dropdown to go left.

    Thank you much,
    Brian

    #1329873

    Hey Brian,
    Thank you for the link to your site, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:

    @media only screen and (min-width: 1200px) and (max-width: 1800px) { 
    #header_main_alternate .main_menu .menu li#menu-item-4460 ul ul {
        left: -207px!important;
    }
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1330189

    Works perfect at all sizes! Thank you so much!

    #1330215

    Hi briantduncan,

    We’re glad that Mike could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Dropdown menu goes off screen’ is closed to new replies.