Home Forums WoodMart support forum Border around picture Reply To: Border around picture

#58486

Hello,

Please add this CSS to Theme settings > Custom CSS:

.woocommerce-product-gallery.thumbs-position-bottom .woocommerce-product-gallery__wrapper {
    margin-bottom: 4px;
    border: 1px solid #000000;
}

Best Regards