How to reduce space between widgets

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Tue May 21, 2013 8:27 pm
Hi,

I have 2 gk-icon text elements on both top widgets 1 and 2.
How can I reduce the space between them?

I've tried this on override, nothing happens.

Code: Select all
#gk-top1 {
   margin-bottom: 5px;
}

#gk-top2 {
   margin-top: 5px;
}





Thanks
User avatar
Junior Boarder

GK User
Tue May 21, 2013 8:32 pm
Could You post an url to your site?
User avatar
Moderator

GK User
Tue May 21, 2013 8:38 pm
Cyberek wrote:Could You post an url to your site?



I'm using a "coming soon" plugin, but I'll let it open until you see it.
http://estrategi.ca


Thanks
User avatar
Junior Boarder

GK User
Tue May 21, 2013 8:42 pm
Code: Select all
#gk-top1 .box.centered {padding: 50px 0 0;}
#gk-top2 .box.centered {padding: 0 0 50px;}


This should do the trick :)
User avatar
Moderator

GK User
Tue May 21, 2013 8:50 pm
Cyberek wrote:
Code: Select all
#gk-top1 .box.centered {padding: 50px 0 0;}
#gk-top2 .box.centered {padding: 0 0 50px;}


This should do the trick :)


Thanks for your fast reply ;)
But it didn't work :(

I've tried a

Code: Select all
#gk-top1 .box.centered {padding: 10px 0 0;}
#gk-top2 .box.centered {padding: 0 0 10px;}


on override.css

Nothing happens
User avatar
Junior Boarder

GK User
Tue May 21, 2013 8:53 pm
Check if this will work...
Code: Select all
#gk-top1 .box.centered {padding: 10px 0 0 !important;}
#gk-top2 .box.centered {padding: 0 0 10px !important;}
User avatar
Moderator

GK User
Tue May 21, 2013 8:57 pm
Cyberek wrote:Check if this will work...
Code: Select all
#gk-top1 .box.centered {padding: 10px 0 0 !important;}
#gk-top2 .box.centered {padding: 0 0 10px !important;}


This one workd flawlessly :)


I need to say, this is the best support I've ever received on a theme.
Congrats.
User avatar
Junior Boarder

GK User
Tue May 21, 2013 9:11 pm
Thanks.
If You will need any other help, feel free to ask.
User avatar
Moderator


cron