Archived topic
Adding top and bottom menu padding
5 replies · Started by Shannon on March 21, 2022
How do I add top and bottom menu padding?
You can see the current menu at https://strataflows.wpenginepowered.com does not currently have sufficient padding on the top and bottom of the menu.
Hi there,
you can edit the Customizer > Layout > Header --> Padding and increase the top / bottom values.
By menu, I meant the drop down menu, not the header. I apologize for not clarifying.
No problems - i thought that may be the case :)
Try adding this CSS:
.main-navigation ul ul {
padding-top: 20px;
padding-bottom: 20px;
}
That worked! There were some conflicting customizations to the stylesheet that came with the theme. When I removed them and replaced with your code, it worked perfectly. Thanks!
Glad to hear you got it working!