Hi. I think there is some glitch with the main menu. I have a lot of space under my main menu and don't know how to get rid of it.
My site is http://www.tee-amor.com. Any help would be great. Thank you.
Hi. I think there is some glitch with the main menu. I have a lot of space under my main menu and don't know how to get rid of it.
My site is http://www.tee-amor.com. Any help would be great. Thank you.
Hi,
I checked your site and I don't think its a lot of space. That's the padding set for the main content. If you want to remove it, add this code in your Quick CSS:
#main {
padding: 0 !important;
}
Hope this helps. :)
Regards,
Ismael
Hey!
The space appears because you didn't add any content to the homepage yet. You can remove it though - add following code to css/custom.css:
#main {
padding: 0;
}
Best regards,
Peter
You must log in to post.