Home Forums WoodMart support forum How to make Product photos full widht in mobile ?

How to make Product photos full widht in mobile ?

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

    acauazum
    Participant

    Hi when in MOBILE,in single product page
    I would like to show my product photos , in full widht (like instagram)
    Actually there is a lot of space(BORDER/MARGIN) when access from mobile.

    Attachments:
    You must be logged in to view attached files.
    #88587

    Hello,

    Please add this code to the Theme settings > custom CSS > Mobile:

    div.woocommerce-product-gallery {
        margin-left: -32px;
        margin-right: -32px;
    }

    Best Regards

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