I have an Enfold logo/menu setup with logo left and menu right and a fixed header size of 180px. I added the following code to add some space between de menu items.
.av-main-nav > li > a { padding: 0 40px; }
Now i want to rise the menu items closer to the top of the screen. What css code do i have to use?
I tried a lot but no luck.
THX Freek