Home Forums WoodMart support forum CSS to set top margin for product image on product page w/ stick description

CSS to set top margin for product image on product page w/ stick description

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #279891

    tchock
    Participant

    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

    #280001

    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.

Viewing 2 posts - 1 through 2 (of 2 total)