Home › Forums › WoodMart support forum › brand attribute place! › Reply To: brand attribute place!
February 24, 2018 at 2:55 pm
#42051
Bogdan Donovan
Keymaster
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.product-design-default .entry-summary.col-sm-4 .woodmart-product-brands {
float: right;
margin-left: 10px;
}
Regards