Site logo

Archived topic

Submenu Questions

1 reply · Started by yury on April 1, 2019

Viewing posts 1–2 of 2

Hi,

1) How do I make the submenu items regular font instead of all capitalized (e.g. Toothpaste instead of TOOTHPASTE)

2) How do I expand the width of the submenu so I can fit everything in one line so it doesn't wrap onto the 2nd line?

Thank you

Hi there,

try this CSS:

1.

.main-navigation ul ul li > a {
    text-transform: none;
}

2.

.main-navigation ul ul {
    width: 250px;
}
This archived topic is closed to new replies.