You didn’t mention which theme you use; and what’s the address of your website?
Also sharing the site in question is a big help to the members of the WordPress community.
oh i’m so sorry! forgot to include it.
my blog url:
http://lepetitfolie.com
i’m using a theme i bought from pip dig.com
Edit this file in your theme: style.css
On line 1596 you should find:
.menu-bar ul {
margin: 0px;
padding: 0px;
list-style: outside none none;
}
Try altering the padding, maybe to something like:
padding: 1rem 0;
Tip: in whatever browser you use, learn to use the “Inspect Element” tool (an option given when you right click on parts of a website). This helps you figure out which CSS code to edit, and lets you pretend to edit the code and see if it works.