Archived topic
Align Width of Sub Menu to Parent Menu
3 replies · Started by Francis on June 26, 2019
How do I align the width of Sub Menu to make it relative to it's Parent Menu?
Please see the screenshot below
Hi there,
try adding this CSS:
.main-navigation ul ul {
width: auto;
}
Make sure to flush your autoptimize cache after making customizations or better still flush and disable it before hand.
Nope,it didn't work. Good thing, I found Tom's suggestion in a 2017 topic, after multiple searches.
https://generatepress.com/forums/topic/submenu-auto-width/
Thanks still.
Glad you found the solution.