Remove extra space below Header module

Joomla webshop template with CSS3-based animations, VirtueMart support and one-page checkout.
GK User
Sat Jun 25, 2016 3:51 am
Hi,

There is quite a lot of unused white space below my slideshow in the "header" module. Is there an easy way to reduce the white space between the modules? My website is http://www.oneplusoneyoga.com/index.php. I've added a screenshot to help illustrate the issue.

Thanks,
Mat
User avatar
Junior Boarder

teitbite
Tue Jun 28, 2016 4:08 pm
Hi

I think this part is a mainbody, here You will find an article about how to remove it for this page: https://www.gavick.com/documentation/jo ... omla-pages
User avatar
Moderator

GK User
Sun Jul 10, 2016 2:51 am
Thanks... I added the rule in the features tab for the Home item ID, but the white space is still large.

When I inspect with FireBug, a large chunk of space is assigned to ID=gkContentWrap, but I can't see any values in the CSS related to padding or margin.
User avatar
Junior Boarder

teitbite
Wed Jul 13, 2016 10:20 am
Hi

I can see page class suffix added correctly to frontpage, but there is no code to remove it. You need to have a code like:

Code: Select all
.noMainbody #gkMainbody {
    display: none;
}


best to have it in override.css
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.