Tagged: x
-
AuthorPosts
-
November 14, 2016 at 12:41 am #1255930
kbzvomuyaParticipantI am having issue aligning the product features to a manageable size. i have gone through the other blogs but the proposed solutions do not work on my site. Could you please assist
Please see link below:
http://a2c.3b3.myftpupload.com/shop/November 14, 2016 at 12:56 am #1255955
NicoModeratorHi There,
Thanks for writing in.
First, you need to uniform your image sizes. The image to be used is 220 px width then the height is 600px.
Let us know how it goes.
Thanks.
November 14, 2016 at 1:37 am #1255979
kbzvomuyaParticipantHi,
I have changed all the pic sizes to 220 x 600 px and regenerated all the images. whats the next step?
November 14, 2016 at 1:46 am #1255989
ChristopherModeratorHi there,
Please add following code in Customize -> Custom -> Global CSS :
.woocommerce li.product .entry-featured { width: 50%; margin-right: auto; margin-left: auto; }Hope that helps.
November 14, 2016 at 2:23 am #1256017
kbzvomuyaParticipantPerfect. Thanks mate.
One more question how do i also control the display size of product image also:
http://a2c.3b3.myftpupload.com/product/pink-moscato/ without having to resize the image.
November 14, 2016 at 2:44 am #1256035
ChristopherModeratorHi there,
Please add this as well :
.woocommerce div.product .images img { width: 19%; }Hope it helps.
November 14, 2016 at 5:51 am #1256243
kbzvomuyaParticipantThanks again that works okay but how do i get rid of the white pace around the images after changing the background of the page.
November 14, 2016 at 7:23 am #1256349
Paul RModeratorHi,
Please change the code to this.
.woocommerce div.product .images img { width: 19%; padding:0; }Hope that helps.
November 14, 2016 at 9:53 am #1256561
kbzvomuyaParticipantThat didn’t work. Since i am using png with transparent background i want the background image/color to cover the page and all images and text should sit on top on the image. look at the link link i sent previously I want to get rid of all the white space.
November 14, 2016 at 10:22 am #1256617
ThaiModeratorHi There,
Please add the following CSS instead:
.woocommerce div.product .images a { background-color: transparent; border: none; box-shadow: none; }Hope it helps 🙂
November 14, 2016 at 6:57 pm #1257299
kbzvomuyaParticipantThis reply has been marked as private.November 14, 2016 at 6:59 pm #1257302
kbzvomuyaParticipantThanks it worked perfectly.
I also had to add this code to add transparency to the shop page:
.woocommerce li.product {
background-color: transparent;
border: none;
box-shadow: none;}
November 14, 2016 at 8:30 pm #1257382
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1255930 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
