Home Forums WoodMart support forum Products in grid – line visibility

Products in grid – line visibility

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #148254

    exe65
    Participant

    Hello,

    I have 12 products in a grid on my homepage. All around the products i have a border set up.
    On top of the products the line is not showing. Take a look on the picture and you will see.

    Thank you,

    PS: It’s vissible on mobile devices.

    #148282

    Hello,

    We shall fix this issue at our nearest update.

    Best Regards

    #148292

    exe65
    Participant

    Can i have a temporary solution for now ?

    #148294

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    @media (min-width: 1025px) {
    .products-bordered-grid .col-md-4:nth-child(-n+3),
    .products-bordered-grid .col-md-3:nth-child(-n+4),
    .products-bordered-grid .col-6:nth-child(-n+6){
        border-top-width: 1px; }
    }
    @media (min-width: 577px) and (max-width: 768px) {
    .products-bordered-grid .col-6:nth-child(-n+2){
        border-top-width: 1px;}
    }

    Best Regards

    #148298

    exe65
    Participant

    Doesn’t work. Tried on Chrome and Firefox with cleared cache (+ using WP Rocket clear cache)

    #148369

    Hello,

    You need to correct the errors in the CSS http://prntscr.com/peo1nq When you have errors the further code does not work.

    Best Regards

    #148841

    exe65
    Participant

    Ok thank you, i have missed that.

    #148868

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)

The topic ‘Products in grid – line visibility’ is closed to new replies.