Hi, I would like to make the empty space on either side of the sidebar smaller. How can I do that?
Thanks.
Hi bakbek!
Please add following code to Quick CSS
.inner_sidebar {
margin-left: 20px;
margin-right: 20px;
}
Cheers!
Yigit
Doesn’t look like it does anything… emptied cache and checked on a new browser but it looks the same as before.
Hi!
Thank for you using the theme! I tried Yigit’s suggestion and it works on my end. Do you mind posting the link of the website here? We would be happy to give you the proper css solution once we get the link to the website. Are you using a left sidebar?
.inner_sidebar {
margin-left: 20px !important;
}
Cheers!
Ismael