Home › Forums › Weaver Xtreme Theme › Product Image too large
- This topic has 4 replies, 3 voices, and was last updated 11 years ago by
scrambler.
-
AuthorPosts
-
August 19, 2015 at 13:03 UTC - Views: 3 #18144
bgallamore
ParticipantI have gone through the archives and tried doing several of the things suggested to decrease the size of the product image that shows on my woocommerce shopping page, but to no avail.When I inspect the element, I can see the size, but I can not figure out how to change it. From everything I have read, this is a woocommerce issue, but they are not going to change it so it must be over ridden in custom css. Can anyone help me and tell me exactly what I need to do to make the product image smaller so that when a customer selects an item, the product image will be to the left of the text rather than the image being so large that the text falls below the image to the right. My website is RockyTopOnline.com/shop2. Once I get this fixed, I will correct the resolution of the pictures. Thank you.
BeckeyAugust 19, 2015 at 13:22 UTC - Views: 1 #24037thesurge
ParticipantLooks like the ‘entry-summary’ issue, try this solution – http://forum.weavertheme.com/discussion/11926/woocommerce-hints#latest
August 19, 2015 at 14:28 UTC - Views: 1 #24038bgallamore
ParticipantThank you so much, that fixed the lining up problem. I am still curious about how to make the images smaller.
August 19, 2015 at 15:39 UTC - Views: 4 #24039thesurge
ParticipantThese are the rules that set the 2 columns equally at 48%, so you could start by adjusting these rules with your preferred widths, e.g. 38% for images and 58% for summary.
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {float: left; width: 48%;}.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {float: right; width: 48%;}I have just copied these from Safari Web Inspector so its possible they can be refined.August 19, 2015 at 16:56 UTC - Views: 7 #24040scrambler
ModeratorA few more threads with tips about woocommerce
http://forum.weavertheme.com/discussion/12326/layout-problem-with-woocommerce-in-xtreme-pro
http://forum.weavertheme.com/discussion/11549/woocommerce-images-and-product-page-display-not-working
http://forum.weavertheme.com/discussion/12319/woocommerce-and-we
http://forum.weavertheme.com/discussion/12413/woocommerce-and-sidebars -
AuthorPosts
- You must be logged in to reply to this topic.

