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?
User avatar
Junior Boarder

Joshua M
Mon Jan 30, 2017 9:18 am
Hi,
Try to add the following custom css code: (adjust the margin value):
Code: Select all
#sidebar .widget + .widget {
  margin-top: 30px;
}
User avatar
Moderator

GK User
Mon Jan 30, 2017 11:28 am
10 px changed but nothing changed.
User avatar
Junior Boarder

Joshua M
Mon Jan 30, 2017 8:13 pm
I need to see your website to help you with that.
User avatar
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;
}
User avatar
Moderator

GK User
Wed Feb 01, 2017 12:15 pm
I made, but does not help.
User avatar
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;
}
User avatar
Moderator

GK User
Thu Feb 02, 2017 1:45 pm
Thanks, it works! :)
User avatar
Junior Boarder


cron