I am creating a series of products but I would like to separate it with a line as it appears in the image so that the lower text is not confused with the image above.
Do you know any solution?
please share a screen shot, as it is unclear where you are making a series of products , etc.
I would like to create lines to separate the photos of the products since the text is confused with the upper photo
Does anyone know how I could do it?
Quote from: Danid on April 15, 2021, 05:57:18 AM
Does anyone know how I could do it?
Try add CSS to your template
.thumbnails.grid.row.list-inline > .clearfix {
border: 1px solid red;
}
I can't do it, thanks anyway