Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #806483

    I am trying to make the product image larger but no matter the defined size of the image it is always too small. The top container appears to be 1/3 for image and 2/3 for text. How can i make the container 50% for image and 50% for text.

    There are older posts changing the the woocommerce config file but I cannot seem to find where the container widths are set.

    #806721

    Hey devineone,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #807340

    Thanks for the quick reply.

    A test site is here:

    Zachary Taylor

    I am looking for something like this – 50% image and 50 % text. Just not sure how to change the <div> layout.

    View post on imgur.com

    #807381

    Thanks. I figured it out. .single-product-main-image {
    width: 53%;
    float: left;
    margin-right: 50px;
    overflow: hidden;
    padding-bottom: 50px;
    }

    Just need to change the width of the image.

    #807756

    Hi,

    Great, glad you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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