Home Forums WoodMart support forum Extra Content after Image Gallery ? Reply To: Extra Content after Image Gallery ?

#143755

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