Archived topic
Menu dropdown
3 replies · Started by Clare on December 26, 2017
Hi there Tom,
Merry Christmas!!
Just a quick question: I've searched the forums for an answer and can't find one... I've got a dropdown menu from my main menu and when I hover over, the dropdown is aligning itself to the right and going off the screen - it used to be full width - seems to have changed since I upgraded.
Any help would be much appreciated!
Thank you :)
Clare
Merry Christmas!
Try adding this CSS:
body .main-navigation ul.menu > li > ul {
left: 0 !important;
}
You. Are. A. Genius!!
Simple when you know how eh?
That has worked a treat.
THANK YOU so much Tom!
You're very welcome! :)