[Resolved] Divider For One Container Content Layout

Home Forums Support [Resolved] Divider For One Container Content Layout

Home Forums Support Divider For One Container Content Layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #97901
    Paula Noah

    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.

    #97938
    Tom
    Lead Developer
    Lead Developer

    Hi Paula,

    Give this CSS a try:

    .content-area {
          border-right: 1px solid #DDD;
    }
    #494883
    Vinh Nguyen

    Hi Tom,

    How about adding dividers between posts for one container content layout?

    http://prntscr.com/idy57p

    #494916
    Leo
    Staff
    Customer Support

    Try this:

    .blog .post, archive .post {
        border-bottom: 1px solid #000;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.