Archived topic
How do I widen my drop down menu?
3 replies · Started by Brian on January 25, 2017
How do I widen my drop down menu?
I've got my menu set to sticky, and my problem is, some of the items on my drop down aren't visible, because it runs off the bottom of the screen. Because of the restrictions of the width of the drop down, I've got some Titles two or three lines instead of just one.
I understand that there is a way to adjust the height, but it's the width I'm wondering about. Any help would be appreciated. Thanks!
Brian
Hi Brian,
Try this CSS:
.main-navigation ul ul {
width: 300px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Hi there Leo,
Thanks very much, it worked like a charm!I appreciate it.
You're welcome :)