avoid space between module position and inside the grid

Professional Joomla social template with metro design and JomSocial extension support.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Jul 24, 2014 5:00 pm
Reply with quote
Report this post
Hi
here the détails of my questions.
1/ space Inside the grid, I don't understand how to avoid
2/ too much blank space in the bottom position
3/ too muche space between the mainbody and the sidebar
Thanks for your help
Fabrice
User avatar
Fresh Boarder

GK User
Tue Jul 29, 2014 11:16 am
Reply with quote
Report this post
Sorry but it is impossible to help you without seeing HTML and CSS code. Could you show us your website?
User avatar
Platinum Boarder

GK User
Tue Jul 29, 2014 11:56 am
Reply with quote
Report this post
Http://www.cse-badminton.ch

My last problem now is the Space in the bottom module.
On each module, i have too much blank space

Thanks for your help
User avatar
Fresh Boarder

GK User
Tue Jul 29, 2014 2:52 pm
Reply with quote
Report this post
I've visited your website and it looks totally different than in your image (screenshot) there is no extra space in grid and no sidebar area.
User avatar
Platinum Boarder

GK User
Tue Jul 29, 2014 3:38 pm
Reply with quote
Report this post
fcbad wrote:Http://www.cse-badminton.ch

My last problem now is the Space in the bottom module.
On each module, i have too much blank space

Thanks for your help


As i said today, my last problem is the extra space in the bottom area.
User avatar
Fresh Boarder

GK User
Wed Jul 30, 2014 9:55 am
Reply with quote
Report this post
Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
#gkBottom2 .box { padding-top: 0 }
div .k2ItemsBlock ul li { padding: 0; margin: 0 }

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Thu Jul 31, 2014 10:21 am
Reply with quote
Report this post
Thanks it´s ok.
Can I use same code for the mainbody_bottom ? Also to avoid extra space
User avatar
Fresh Boarder

GK User
Mon Aug 04, 2014 9:54 am
Reply with quote
Report this post
In module published in mainbody_bottom there is no margin/padding for this position but there is a additional styles from K2 which add padding for LI elements. Please add this code to override.css file in root/templates/gk_template_name/css directory :
Code: Select all
div .k2ItemsBlock ul li { padding: 0!important }

and then just remember to enable "Use override CSS" option in template advanced settings tab.
User avatar
Platinum Boarder

GK User
Mon Aug 04, 2014 11:34 am
Reply with quote
Report this post
Nice, thanks for your help
User avatar
Fresh Boarder


cron