Hi, I want to add some space below the tags/category/product # that is shown on a product page – http://screencast.com/t/8ODRBRDMe
Hi DROR!
Thank you for using our theme.
In custom.css or Enfold->Styles->QuickCSS put the following and adjust the value :
.single-product .product_meta{
margin: 0 0 10px 0 !important;
}
Regards,
Günter
Thanks.