Home Forums WoodMart support forum brand attribute place! Reply To: brand attribute place!

#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