Home Forums WoodMart support forum show brands logo in the horizontal line Reply To: show brands logo in the horizontal line

#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;
}