• Resolved pinfante

    (@pinfante)


    Hi!

    Would like to know of any CSS that could create lines between each listed post.

    Thanks.
    -PI

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Habib

    (@habibjh)

    Hi @pinfante,

    What type of line you would like to add between each post?
    Please check the screenshot – https://prnt.sc/qyq5yD1z5Xsl

    If you get your answer by the screenshot, then just use the below CSS in your Customizer > Additional CSS box.

    .tpg-shortcode-main-wrapper .even-grid-item:not(:last-child) {
      border-bottom: 1px solid #bbbec1;
      padding-bottom: 5px;
    }

    Thanks

    Thread Starter pinfante

    (@pinfante)

    That is perfect!!

    Thanks so much for your help!

    -Pat

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Lines between posts’ is closed to new replies.