Archived topic
How to adjust the length of the menu and sub-menu
3 replies · Started by Paul on August 19, 2021
Viewing posts 1–4 of 4
hello how are you
pls, check this screenshot https://prnt.sc/1qbmxdl for my sub-menu which is two lines, how to make it one line when words are beyond the length?
thanks in advance
paul
Hi there,
try adding this CSS:
@media(min-width: 769px) {
.main-navigation ul ul ul {
width: auto;
min-width: 200px;
white-space: nowrap;
}
}
Thanks much.
PAUL
You're welcome
This archived topic is closed to new replies.