Hi –
When mousing over the Shop menu item, there is a large gap between menu nav and sub-menu…see here ..http://i.imgur.com/R3KW7gz.png
How can I address this issue?
Thanks!
Fabian
This thread may help:
https://kriesi.at/support/topic/big-space-above-sub-menu/
Hi,
You can go to Enfold theme options > Header and decrease header height.
If you would like us to provide you custom CSS code, please post the link to your website
Best regards,
Yigit
Thank you for the responses, but if I make the header smaller, then it makes my logo smaller (and or gets chopped off). Here is my site…http://perfectpracticegolf.com/
Any idea how to reduce the space (http://i.imgur.com/R3KW7gz.png), but not shrink the logo?
Thanks,
Fabian
Hi,
you could increase your logo with this code inside of Quick CSS field:
strong.logo {
height: 151px;
}
Best regards,
Andy