Best Premium and Free WordPress Themes › Forums › Online Shop › Please help with single product picture size
- This topic has 3 replies, 2 voices, and was last updated 4 years, 5 months ago by acmethemes.
-
AuthorPosts
-
April 23, 2020 at 11:48 pm #79086stensystemParticipant
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!!!
April 24, 2020 at 4:09 pm #79110acmethemesKeymasterDear 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!
May 3, 2020 at 1:00 pm #79757stensystemParticipantThank 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?
May 6, 2020 at 5:16 am #79870acmethemesKeymasterDear Stensystem,
Please add the given CSS code in Additional CSS.
Appearance > Customize > Additional CSS.wrapper { width:1900px; }
Best Regards!
- This reply was modified 4 years, 5 months ago by acmethemes.
-
AuthorPosts
- You must be logged in to reply to this topic.