AbanteCart Community

Shopping Cart Operations => Support => Topic started by: Danid on April 13, 2021, 04:16:27 PM

Title: Products
Post by: Danid on April 13, 2021, 04:16:27 PM
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?
Title: Re: Products
Post by: llegrand on April 13, 2021, 04:41:14 PM
please share a screen shot,  as it is unclear  where you are making a series of products , etc.
Title: Re: Products
Post by: Danid on April 13, 2021, 05:09:16 PM
I would like to create lines to separate the photos of the products since the text is confused with the upper photo
Title: Re: Products
Post by: Danid on April 15, 2021, 05:57:18 AM
Does anyone know how I could do it?
Title: Re: Products
Post by: Basara on April 15, 2021, 07:56:35 AM
Does anyone know how I could do it?

Try add CSS to your template
Code: [Select]
.thumbnails.grid.row.list-inline > .clearfix {
    border: 1px solid red;
}
Title: Re: Products
Post by: Danid on April 15, 2021, 11:42:54 AM
I can't do it, thanks anyway