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

    Hi

    At the moment an woocommerce product image is on the left and details to the right. The div holding it on the left has a class four units and set to 310 pixels wide. Product info is set to around 500 and has the class “eight units”

    How can I mix things up? I’d like the images to be more like 500 pixel wide and the div container to be that size. Is there any easy way to change its layouts a bit?

    #321734

    Hi codecreative!

    Thank you for using Enfold.

    You can change the thumbnail container width using css:

    .single-product-main-image {
    width: 50%;
    margin-right: 50px;
    }

    Make sure that you’re using Enfold 2.9.2.

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.