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
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
Works perfect at all sizes! Thank you so much!
Hi briantduncan,
We’re glad that Mike could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko