Distance in widgets
Questions related to the configuration of Wordpress, themes, and security related questions/issues
Rate this topic:
- GK User
- Tue Jan 13, 2015 7:31 am
Hello!
I have a problem regarding this topic:
https://www.gavick.com/forums/mo-wp/the-distance-between-the-areas-for-widgets-33567?p=165407&hilit=Distance%20in%20widgets#p165407
I put the code on my override.css file, but it did not work for me.
I also changed according to the positions of my widgets (gk-header, gh-bottom 1, etc) but does not work.
I want to decrease the space between widgets.
URL: http://www.herramientasdenegocio.com/
I have a problem regarding this topic:
https://www.gavick.com/forums/mo-wp/the-distance-between-the-areas-for-widgets-33567?p=165407&hilit=Distance%20in%20widgets#p165407
I put the code on my override.css file, but it did not work for me.
I also changed according to the positions of my widgets (gk-header, gh-bottom 1, etc) but does not work.
I want to decrease the space between widgets.
URL: http://www.herramientasdenegocio.com/
-
- Junior Boarder
- GK User
- Tue Jan 13, 2015 8:43 am
Hi,
Try to add this code into override.css file:
Try to add this code into override.css file:
- Code: Select all
.onepage #gk-header .box {
padding: 10px 0!important;
}
-
- Moderator
- GK User
- Tue Jan 13, 2015 9:33 am
Hello!
The distance problem was solved.
But now the problem is that priate I click on the menu, this too low and cover the content.
The distance problem was solved.
But now the problem is that priate I click on the menu, this too low and cover the content.
-
- Junior Boarder
- GK User
- Tue Jan 13, 2015 10:13 pm
You can try to decrease only bottom margin:
- Code: Select all
.onepage #gk-header .box {
padding: 100px 0 10px!important;
}
-
- Moderator
4 posts
• Page 1 of 1