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.
Thanks
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
-

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

- 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
-

- 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
-

- 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
-

- 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;}
-

- 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.
-

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

- Moderator
8 posts
• Page 1 of 1
