Archived topic
Border for each seperate footer text widget
1 reply · Started by GE on March 16, 2015
Viewing posts 1–2 of 2
Hi,
I want to have 3 footer (text) widget and i want for each footer to have their own border. How can i accomplish this?
Adding onto the code I gave you here: http://generatepress.com/forums/topic/change-color-within-footer-text-widget/#post-88031
.footer-widgets .widget {
background: none repeat scroll 0 0 #fff;
margin: 0 10px;
padding-bottom: 40px;
padding-top: 40px;
border: 1px solid #DDD;
}
This archived topic is closed to new replies.