Archived topic
Border right sightbar (two text widgets)
3 replies · Started by GE on March 15, 2015
Hi,
I have in the right sidebar two text widgets, i want for every text widget a border around
when i put this in my css:
.inside-right-sidebar {
border: 2px solid #DDD;
}
I get 1 border around the two text widgets, instead of 1 border for each text widget.
Hope for some help in this
thx
How about this?:
.sidebar .widget {
border: 2px solid #DDD;
}
Thx it Worked. Thx for your quick reply!!!
I had this one: but this was one border for the 2 widgets. Yours is exactly what i needed!!
.inside-right-sidebar {
border: 2px solid #DDD;
}
Awesome :)