Remove gkHeaderTop, mainbody and copyright space

Joomla webshop template with CSS3-based animations, VirtueMart support and one-page checkout.
GK User
Tue Jun 03, 2014 8:04 am
May I know how to remove gkHeaderTop, mainbody and copyright space and gap.

Thanks
User avatar
Senior Boarder

GK User
Tue Jun 03, 2014 11:02 am
You can disable copyright in template settings.
For the gaps, could you please post an url to your site?
User avatar
Moderator

GK User
Tue Jun 03, 2014 11:35 am
Hi,

This is my url: http://samhoikl.com/sti-aromas2/

Thanks
User avatar
Senior Boarder

GK User
Tue Jun 03, 2014 3:22 pm
Hi Support,

Any update for this?
User avatar
Senior Boarder

GK User
Wed Jun 04, 2014 12:50 pm
Hi Support,

So sorry to keep asking you.
Do you have the solutions for Remove gkHeaderTop and mainbody "space"?
User avatar
Senior Boarder

GK User
Wed Jun 04, 2014 3:41 pm
1. Please don't bump your questions (don't reply to your own thread) as it will make you wait longer for the answer.
2. Please edit: /templates/gk_storefront/css/override.css and add at its end:
Code: Select all
#gkHeaderTop {
    display: none;
}
#gkHeaderNav {
    top: 0px;
}
#gkHeader {
    padding-top: 63px;
    margin-bottom: 0px;
}
#gkPageContent {
    display: none;
}

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

GK User
Wed Jun 04, 2014 4:13 pm
I feel sorry for bumping my questions.

I have added the code into Custom CSS code. It work for the #gkHeaderTop , #gkHeaderNav and #gkHeader .

However, if I put the #gkPageContent code, it will disable all my contents for other pages.
#gkPageContent {
display: none;
}

How can I remove the home page mainbody bottom "white gap" and without hide the contents for other pages.
Really appreciate your help.
User avatar
Senior Boarder

GK User
Thu Jun 05, 2014 7:31 pm
Ok. Then you need to use custom page suffix:
http://www.gavick.com/documentation/gen ... mla-pages/
And then hide gkPageContent only on homepage.
User avatar
Moderator


cron