How to remove a gap in the main page

Modern e-commerce WordPress theme to build successful online store with WooCommerce support.
GK User
Tue Oct 20, 2015 2:37 pm
Captura de Tela 2015-10-20 às 11.13.59.png
Hello there,

I managed to install and configure Shop and Buy the way I wanted to, except for one little detail: there's a gap between the page I set as main page and the main boby bottom widget where I put GK Products Gallery. Please, see the picture below.

Captura de Tela 2015-10-20 às 11.13.59.png


Can you see the space right above the gallery? There used to be social buttons in this gap. I thought disabling social media, it would make the gap go away, but it didn't happened.

Would you help me out?

Thanks in advance.

Welton
User avatar
Fresh Boarder

GK User
Wed Oct 21, 2015 8:08 am
Hi,
Could you please provide me with a URL to your website, either here or via PM (click the “Private Message” text underneath my avatar) so that I may analyze it?
User avatar
Moderator

GK User
Wed Oct 21, 2015 4:09 pm
Sure,

Just sent you a PM.

Thanks for the aid.

Welton
User avatar
Fresh Boarder

GK User
Thu Oct 22, 2015 8:35 am
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend).
You can also use any custom css plugin or style.css file if you are using a Child theme.
Code: Select all
.home #gk-social-api {
   margin: 0;
   padding: 0;
}
.home #gk-mainbody-bottom {
   padding-top: 0;
}
User avatar
Moderator

GK User
Thu Oct 22, 2015 6:16 pm
Hi Piotr,

I did as you told me to and the gap has almost gone away! Take a quick look again www.balani.com.br. If it can't be diminished more than that, I'll consider the problem solved.

Thank you for your help.

Welton
User avatar
Fresh Boarder

GK User
Fri Oct 23, 2015 7:40 am
Hi,

Please add also this fragment (and adjust the margin value to your needs):
Code: Select all
.frontpage #gk-mainbody-bottom {
   margin-top: -30px!important;
}
User avatar
Moderator

GK User
Fri Oct 23, 2015 2:49 pm
Hi Piotr,

Outstanding! It worked like a charm ;)

Thanks a bunch!

Welton
User avatar
Fresh Boarder


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