Site logo

Archived topic

Dropdown Menu Length

3 replies · Started by Hollee on January 27, 2019

Viewing posts 1–4 of 4

Good morning! I wanted to see if someone could help me with some CSS to fix a minor issue I'm having.

On the desktop version of my site, the dropdowns on the menu aren't the same width as the parent topic they are dropping down from (if that makes sense lol). Is there a way to fix this?

Thank you so much :)

Hi there,

Give this CSS a try:

.main-navigation ul ul {
    width: 100%;
}

Let me know :)

Absolutely perfect! Thank you so much for the quick help!!

You're welcome :)

This archived topic is closed to new replies.