less space between modules

Responsive, suitable for any type of business, built for any needs elegant one-page Joomla template.
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
Wed Aug 20, 2014 11:26 pm
Reply with quote
Report this post
Hi!

How can I reduce space between modules?
How can I reduce top/down space inside sidebar modules?

Thanks

http://prntscr.com/4etcrn
User avatar
Fresh Boarder

GK User
Thu Aug 21, 2014 9:40 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
.onepage #gkHeader .box, .onepage #gkBottom1 .box, .onepage #gkPageContent .box { padding: 30px 0 }

and then just remember to enable "Use override CSS" option in template advanced settings tab. For the second issue I need to visit your website becuase by default the siedebar have a white background not the blue one so this may be related with your custom changes there or some code which add the margin.
User avatar
Platinum Boarder

GK User
Fri Aug 22, 2014 4:21 pm
Reply with quote
Report this post
thanks! good!

But on sidebar there are no space between modules.
http://prntscr.com/4fcht2
User avatar
Fresh Boarder

GK User
Mon Aug 25, 2014 10:35 am
Reply with quote
Report this post
How can I reduce top/down space inside sidebar modules?


Could you mark on some screenshot how you want to modify the sidebar?
User avatar
Platinum Boarder

GK User
Fri Aug 29, 2014 2:07 am
Reply with quote
Report this post
something like that, where modules on the sidebar have some "air" between them.
http://prntscr.com/4hi93o
User avatar
Fresh Boarder

GK User
Fri Aug 29, 2014 11:30 am
Reply with quote
Report this post
Is possible to see your website? I'm unable to provide your custom CSS code based on image only.
User avatar
Platinum Boarder

GK User
Wed Sep 03, 2014 12:29 am
Reply with quote
Report this post
yes! leanevent.org/creativity
User avatar
Fresh Boarder

GK User
Fri Sep 05, 2014 8:23 pm
Reply with quote
Report this post
Please use the following CSS code:

Code: Select all
.onepage #gkPageContent .box {
   margin-bottom: 20px!important;
}
User avatar
Administrator

GK User
Tue Sep 16, 2014 2:20 am
Reply with quote
Report this post
perfect!
thanks
User avatar
Fresh Boarder


cron