Viewing 1 replies (of 1 total)
  • Plugin Author Tauhidpro

    (@tauhidpro)

    You can Try CSS code on your site for this.?
    ?GO to Wp Dashboard????Appearance
    ?? Customize??? Additional CSS???Add below CSS code
    Then refresh your page ctrl + Shift + R/ Command + R for Mac.

    @media only screen and (min-width: 768px){
    /*For Table Row color*/
    .niche_table tr {
        background: red;
    }
    /* For Table Row Spacing */
    body .niche_table {
        border-collapse: separate !important;
        border-spacing: 0px 20px;
    }
    }

    I hope the above works for you.

Viewing 1 replies (of 1 total)
  • The topic ‘Separate/space products on the list’ is closed to new replies.