Archived topic
How do I make my menu look more crisp?
1 reply · Started by Heath on June 23, 2021
Viewing posts 1–2 of 2
My menu looks really cheap and not as crisp as I'd like and some of the categories extend to the next line to make it harder to read. How can I make it look better?
Hi Heath,
We can try this CSS to remove the padding around the menu, so that the menu items will stay in 1 line:
#generate-slideout-menu .inside-navigation.grid-container.grid-parent {
padding: 0;
}
If you have some good examples in mind, share a link or screenshot, we are happy to help :)
This archived topic is closed to new replies.