Archived topic
Divider For One Container Content Layout
3 replies · Started by Paula Noah on April 12, 2015
Viewing posts 1–4 of 4
Hi Tom
I'd like to add divider between post and sidebar on "One Container" content layout. Could you please help me? Would that be possible? Thank you very much Tom.
Hi Paula,
Give this CSS a try:
.content-area {
border-right: 1px solid #DDD;
}
Hi Tom,
How about adding dividers between posts for one container content layout?
Try this:
.blog .post, archive .post {
border-bottom: 1px solid #000;
}
This archived topic is closed to new replies.