Home Forums WoodMart support forum single product Reply To: single product

#590273

Luke Nielsen
Keymaster

Hello,

Add the code below to the “Global custom CSS” area in Theme Settings -> Custom CSS.

@media (max-width: 768px) {
	body .shop_attributes tr {
		flex-direction: column;
		align-items: flex-start;
		row-gap: 5px;
	}
	
	body .shop_attributes td {
		text-align: left;
	}
}

https://take.ms/Bp9Qr

Clear the site/mobile cache and check how it works.

Kind Regards