Archived topic
how: content with / sidebar widgets without spacing?
2 replies · Started by Sven on January 14, 2016
Hi Tom,
I actually wonder how to change the layout and didn't find a solution in the knowledge base or forum:
in general I'd like to have the content separated (so with spacing between posts), BUT: no spacing in the sidebar... there should only be one continuous area with one color and without spacing of the widgets!?
I didn't find how to customize that and appreciate your answer!
Thank you in advance,
Sven
I coincidentally figured it out... :-)
basic colors --> background color = sidebar widget colors --> background color
Great!
You can also remove the spacing with this CSS:
.separate-containers .widget {
margin-bottom: 0;
}
