Hi,
Is there an easy way to align the menu text closer to the bottom/content, and not in the middle as default?
I’m using the small fixed header.
Thanks!
Hi,
You can add something like this on your custom.css or Quick CSS
#top .main_menu .menu li a {
padding-top: 20px;
}
Regards,
Ismael
That worked great. Thank you very much!