This topic has 2 replies, 2 voices, and was last updated 1 years, 3 months ago ago by Rose Tyler
Product Brand Image Borders Not Displaying Properly
Hello, Ryan,
Thank you for contacting us and for using XStore.
https://prnt.sc/xx0r6X7scw0e – this is your image opened in a new tab on white background. You need to prepare all your images, make them the same size with the border and maybe with 2-3px white space out of the border, using a graphics editor, or use custom CSS code to add the border for all images without the border, for example:
.brands-carousel .swiper-slide img {
border: 1px solid black;
border-radius: 10px;
}
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up