Home Forums WoodMart support forum Images products Two Columns

Images products Two Columns

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #464075

    goalamarketing
    Participant

    Is it possible for the product images to be all in two columns? It currently shows a large image and then two columns, is it possible that it’s all in two columns? I give you an example from another website.

    https://www.pompeiibrand.com/products/the-waves-ikat-swimwear

    #464142

    Luke Nielsen
    Keymaster

    Hello,

    The below code should help you with it, enter it into the “Desktop CSS” area in Theme Settings -> Custom CSS.

    .website-wrapper :is(.thumbs-position-bottom_column,.thumbs-position-bottom_grid,.thumbs-position-bottom_combined) .product-image-wrap:first-child {
        max-width: 50%;
    	  flex: 1 1 50%;
    }

    Kind Regards

    #464193

    goalamarketing
    Participant

    Ok! Thanks.

    #464362

    Luke Nielsen
    Keymaster

    Hello,

    You are welcome! Always remember that you can reach out to us with any questions you may have.

    We wish you a splendid day!

    Kind Regards

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

The topic ‘Images products Two Columns’ is closed to new replies.