Please help with single product picture size - Acme Themes

Best Premium and Free WordPress Themes Forums Online Shop Please help with single product picture size

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #79086
    stensystem
    Participant

    Please help to reduce the single product picture size. I have your theme Online-Store. I really like it. Please check my new website http://www.karikas.ee

    But I really don’t like that single product page in woocommerce is so big Please check this link: http://karikas.ee/product/cup312/

    All of my pictures are 343 px x 500 px. But this box img.wp-post-image is 576 x 839,64 px So your internet shop programme makes my pictures bigger and I don’t like that, please HELP how to fix this size of a single product page, what should I write in snippets, or in function.php or where I can fix this?

    My email is [email protected]

    Really waiting for HELP!!!

    #79110
    acmethemes
    Keymaster

    Dear Stensystem,
    Please add the given CSS code in Additional CSS
    Appearance > Customize > Additional CSS

    .woocommerce div.product div.images img {
    width: 343px;
    height: 500px;
    }

    Best Regards!

    #79757
    stensystem
    Participant

    Thank you for your answer but if I change in customizing product page Woocommerce Options > Single product > Right side, to no sidebar, picture of woocommerce product getting bigger, if I change back to Right sidebar, the picture is getting smaller. I really like option No Sidebar, how product description and options are looking, but I don’t like that woocommerce is making single product picture so huge when I choose that, so this code is not working.
    .woocommerce div.product div.images img {
    width: 343px;
    height: 500px;
    }

    Please help with one more question, how can I make website full screen but not 1200 px x. I really want to make 1900px if possible? How can I do that?

    #79870
    acmethemes
    Keymaster

    Dear Stensystem,
    Please add the given CSS code in Additional CSS.
    Appearance > Customize > Additional CSS

    .wrapper { 
    width:1900px;
    }

    Best Regards!

    • This reply was modified 3 years, 11 months ago by acmethemes.
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.