New Landing How can we help? Themeforest Theme Support Neighborhood Product Page Image Resize

Viewing 4 posts - 1 through 4 (of 4 total)
  • #148259
    Adora
    Member
    Post count: 22

    Dear Support,

    with reference to the page url provided, we would like to reduce the height of the product images. Our question is, do we need to edit the CSS or can we just edit the sizes within Settings > Products and just regenerate thumbnails?

    Thanks for advice.

    #148262
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    @media only screen and (min-width: 769px) { 
    .woocommerce div.product div.images {
      width: 28%;
    }
    .woocommerce div.product div.summary {
      width: 68%;
    }
    }

    – Kyle

    #148269
    Adora
    Member
    Post count: 22

    Thanks for your prompt reply Kyle, and for the effective solution.

    Just 1 followup to this. Alternatively, if we preserved the widths and worked with image resizing (img attached), the question remains, may we just change the dimensions and regenerate thumbs or even after we do so, css tweaks are required? Thanks again.

    Attachments:
    You must be logged in to view attached files.
    #148272
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Yes you would need to change the ration of the image size settings

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register