• Resolved patrykpl

    (@patrykpl)


    Hello,

    im using this additional CSS to change product gallery to vertical, but first photo is cut off.
    Somebody have idea how to fix it?

    https://prnt.sc/to9kh0

    .woocommerce-product-gallery {
        display: flex !important;
    }
    
    .woocommerce-product-gallery .flex-control-thumbs {
        order: -10 !important;
        margin-top: 0 !important;
        margin-right: 10px !important;
    }
    
    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 100% !important;
    
        padding-top: 0px !important;
        padding-bottom: 5px !important;
    }
    • This topic was modified 5 years, 10 months ago by patrykpl.
    • This topic was modified 5 years, 10 months ago by patrykpl.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)

The topic ‘Vertical product gallery’ is closed to new replies.