Sidebar reduce
- GK User
- Sun Jan 29, 2017 9:14 pm
Hello! Everyone is trying to reduce the distance between the blocks in the sidebar. How can I do that?
-
- Junior Boarder
- Joshua M
- Mon Jan 30, 2017 9:18 am
Hi,
Try to add the following custom css code: (adjust the margin value):
Try to add the following custom css code: (adjust the margin value):
- Code: Select all
#sidebar .widget + .widget {
margin-top: 30px;
}
-
- Moderator
- GK User
- Mon Jan 30, 2017 11:28 am
10 px changed but nothing changed.
-
- Junior Boarder
- Joshua M
- Mon Jan 30, 2017 8:13 pm
I need to see your website to help you with that.
-
- Moderator
- Joshua M
- Tue Jan 31, 2017 1:19 pm
Try to change your code to:
- Code: Select all
body #sidebar .widget + .widget {
margin-top: 10px;
}
-
- Moderator
- GK User
- Wed Feb 01, 2017 12:15 pm
I made, but does not help.
-
- Junior Boarder
- Joshua M
- Thu Feb 02, 2017 8:45 am
Did you change the css? There's still previous version:
- Code: Select all
#sidebar .widget + .widget {
margin-top: 10px;
}
-
- Moderator
- GK User
- Thu Feb 02, 2017 1:45 pm
Thanks, it works!
-
- Junior Boarder
8 posts
• Page 1 of 1