The Empty Space Between Module and Article

Well-designed restaurant Joomla template with parallax effect.
GK User
Thu Oct 02, 2014 7:06 pm
Hello, in my an article I would like to place a module to somewhere but when I try it, there is some empty space between module and article. How can I mimimize them?
User avatar
Fresh Boarder

GK User
Thu Oct 02, 2014 9:08 pm
Could you please post an url to your site?
User avatar
Moderator

GK User
Thu Oct 02, 2014 9:17 pm
Cyberek wrote:Could you please post an url to your site?


http://beyazgul.com/index.php/subelerimiz/sultangazi

this is an only example, I see this situation generally between module and articles and sometimes it become between some html modules too
User avatar
Fresh Boarder

GK User
Fri Oct 03, 2014 8:50 pm
First of all you can remove spacing caused by k2 social api:
Code: Select all
#gkSocialAPI {
display: none;
}
User avatar
Moderator

GK User
Fri Oct 03, 2014 8:50 pm
You can also reduce main-body bottom spacing:
Code: Select all
#gkMainbody {
margin-bottom: 60px;
}

Just reduce 60px value.
User avatar
Moderator

GK User
Fri Oct 03, 2014 10:16 pm
Cyberek wrote:First of all you can remove spacing caused by k2 social api:
Code: Select all
#gkSocialAPI {
display: none;
}

Thanks for your care, I could not find k2 social api codes, where are they?
User avatar
Fresh Boarder

GK User
Sat Oct 04, 2014 11:59 am
Sorry, my mistake - this elements contains social elements configured in template settings.
User avatar
Moderator

GK User
Thu Oct 08, 2015 3:33 pm
Hi there
I have the same issue with spaces between menu and article top.
I have tried all you suggested, but I can't get it work..

I attached screenshot
User avatar
Fresh Boarder

GK User
Mon Oct 12, 2015 4:42 pm
This is not same space, its even in different place.
Could you please post an url to your site?
User avatar
Moderator

GK User
Thu Oct 22, 2015 7:21 am
User avatar
Fresh Boarder

GK User
Sat Oct 24, 2015 10:41 am
Please edit: /templates/gk_steakhouse/css/override.css and add at its end:
Code: Select all
#gkHeader {padding-bottom: 0px; min-height: 206px;}

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


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