Does anyone know of a way to format the attributes on the product page? I'm trying to increase the line spacing between each attribute.
Any help would be appreciated.
Thanks
Does anyone know of a way to format the attributes on the product page? I'm trying to increase the line spacing between each attribute.
Any help would be appreciated.
Thanks
Chris
Hi Chris,
Could you post an example page link please and I'll take a look.
Mike
Hi Chris,
Is this what you mean...
img.jpg
Try this Chris by adding the following into the CSS and if the gaps a bit too big, try replacing the 15px with 12px or 10px...
Code:td#product_details p br { display: block; content: ''; margin: 15px 0; }
Mike
Thanks Mike
That's worked perfectly
As always your help is greatly appreciated.
Chris
No worries Chris😎
Mike