New Landing How can we help? Themeforest Theme Support Neighborhood Landscape Product Images

Viewing 10 posts - 1 through 10 (of 10 total)
  • #124867
    R_Creative
    Member
    Post count: 11

    Hello,

    I’d like to have landscape product images.

    For instance 720px x 540px instead of the other way around.

    Landscape image smaller description.

    I’ve changed the product image size under woocommerce settings and then regenerated the thumbnails to no avail.

    Ideas?

    thank you

    #124992
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Can’t see why that wouldn’t work, I’d have to see your link to check

    – Kyle

    #125235
    R_Creative
    Member
    Post count: 11
    This reply has been marked as private.
    #125268
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    .woocommerce div.product div.images {
      width: 68%;
    }
    .woocommerce div.product div.summary {
      width: 28%;
    }

    – Kyle

    #125275
    R_Creative
    Member
    Post count: 11

    you’re a genius amongst men. Worked like a charm;)

    #125276
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    – Kyle

    #125280
    R_Creative
    Member
    Post count: 11

    Sorry… now its messed up on mobile.. Ideas?

    #125281
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Oh yeah sorry, use this instead:

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

    – Kyle

    #125283
    R_Creative
    Member
    Post count: 11

    Absolutely beautiful. Thank you!

    #125284
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    – Kyle

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

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

License required for the following item
Login and Registration Log in · Register