Site logo

Archived topic

Align Width of Sub Menu to Parent Menu

3 replies · Started by Francis on June 26, 2019

Viewing posts 1–4 of 4

How do I align the width of Sub Menu to make it relative to it's Parent Menu?
Please see the screenshot below

https://imgur.com/GPHU87A

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.

Glad you found the solution.

This archived topic is closed to new replies.