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?
-
- Fresh Boarder
- GK User
- Thu Oct 02, 2014 9:08 pm
Could you please post an url to your site?
-
- 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
-
- 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;
}
-
- Moderator
- GK User
- Fri Oct 03, 2014 8:50 pm
You can also reduce main-body bottom spacing:
Just reduce 60px value.
- Code: Select all
#gkMainbody {
margin-bottom: 60px;
}
Just reduce 60px value.
-
- 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?
-
- Fresh Boarder
- GK User
- Sat Oct 04, 2014 11:59 am
Sorry, my mistake - this elements contains social elements configured in template settings.
-
- 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
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
-
- 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?
Could you please post an url to your site?
-
- Moderator
- GK User
- Sat Oct 24, 2015 10:41 am
Please edit: /templates/gk_steakhouse/css/override.css and add at its end:
Remember to enable "CSS override" in template settings - advanced section.
- Code: Select all
#gkHeader {padding-bottom: 0px; min-height: 206px;}
Remember to enable "CSS override" in template settings - advanced section.
-
- Moderator
11 posts
• Page 1 of 1