Home › Forums › WoodMart support forum › Extra Content after Image Gallery ? › Reply To: Extra Content after Image Gallery ?
September 13, 2019 at 12:55 pm
#143755
Elise Noromit
Member
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .product-image-summary-wrap+.product-extra-content {
margin-top: -300px;
width: 50%;
}
It would go inder gallery and has a width 50% not to overlay the product description.
Best Regards