Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @nvdeals !

    The aspect of your product single page is managed by your theme’s files. If your theme features don’t include an option to show images in columns, you could ask for further assistance from your theme’s provider.

    However, here is a simple piece of CSS code that you can add through your Customizer that should make your product page look like this:
    https://snipboard.io/pthwGq.jpg

    
    .product-gallery-slider .woocommerce-product-gallery__image{
        width: 50% !important;
    }
    .product-gallery-slider img {
        padding: 0 5px;
    }
    

    I hope it helps. ??

    Thread Starter nvdeals

    (@nvdeals)

    Thanks now looks pretty good ??

    @nvdeals

    Glad to hear it – thanks for letting us know!

    If you have any further questions, I recommend creating a new thread.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image Grid’ is closed to new replies.