Cutting off the top of my text?

Joomla webshop template with CSS3-based animations, VirtueMart support and one-page checkout.
GK User
Mon Feb 09, 2015 11:18 pm
Ok, so look at this page:
http://explicit-content.net/index.php/articles-videos-ec-and-partner/partner-articles-videos/boycott-50-shades
Any ideas why the top of the article text is getting clipped off?
Thanks,
Joe
User avatar
Expert Boarder

GK User
Tue Feb 10, 2015 9:00 am
Because of quite huge logo and a lot of menu items header is longer than it supposed to be.
Please edit: /templates/gk_storefront/css/override.css and add at its end:
Code: Select all
#gkHeaderTop {
display: none;
}
#gkHeaderNav {
top: 0px;
}

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Wed Feb 11, 2015 3:18 am
Thank you! That did the trick. And yes, I've tried to get them to reduce the menu items and logo size, but no luck.
Thanks again,
Joe in Atlanta.
User avatar
Expert Boarder

GK User
Wed Feb 11, 2015 8:05 am
No problem :)
Is there anything else I can help you with regarding this topic?
User avatar
Moderator


cron