Hi,
I’d like to reduce the whitespace on the right sidebar – see project-d.org. Quite a lot of space between the line which separates the main content / the sidebar and the actual widgets. How can that be done?
On top, is there a way to set the width of the box with the social icons in the menue bar to the same as the one of the sidebar?
Any help appreciated!
Thanks,
Rob
Hi robert-s!
Thank you for using our theme.
Use custom.css or Enfold->Styles->QuickCSS fiekl and adjust the values.
If you want to reduce the left margin:
.inner_sidebar {
margin-left: 30px !important;
}
For the vertical distance between the widgets:
.widget {
padding: 20px 0 !important;
}
Cheers!
Günter