CSS to set top margin for product image on product page w/ stick description
-
Hi – I have the sticky product description option checked so the image stays at the top while you scroll past the short description, product meta, etc. How can I set the margin of the product image so it does not get hidden by the sticky header?
See included URL for an example
Thanks
Hello,
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.woocommerce-product-gallery.woocommerce-product-gallery--with-images {
margin-top: 20px;
}
Best Regards.