Home › Forums › WoodMart support forum › show brands logo in the horizontal line › Reply To: show brands logo in the horizontal line
August 14, 2020 at 2:05 pm
#218747
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area for mobile devices in Theme Settings
.single-product-page .woodmart-product-brands {
display: flex;
flex-wrap: wrap;
}
.single-product-page .woodmart-product-brands img {
max-width: 60px;
}