Home › Forums › SKT Black/White Theme Support › Space for clicking on the product image bigger than the image
- This topic has 17 replies, 2 voices, and was last updated 7 years, 7 months ago by Sonl Sinha.
-
AuthorPosts
-
March 28, 2017 at 7:48 am #67044
Hey Dave 😉
My last Problem…
The space for clicking on the productimage (to get on the single-productpage) is bigger than the image it self… Is that fixable? Because the gab between the products is very big, just because of it.
Would be awesome!
ThanksMarch 28, 2017 at 8:49 am #67064Again your website is in construction mode.
March 28, 2017 at 8:50 am #67065I`m sorry!
now its open again…
March 28, 2017 at 8:58 am #67068Hi,
Add this code in Custom CSS Box:
.woocommerce div.product div.images img { width:100% !important;}
Regards,
DaveMarch 28, 2017 at 9:03 am #67070thanks for the answer, but i need to have the images smaller than 100%… actually like 50%. And the rest of the 50% seems like to be the empty space between the products which i wanna get rid off 🙂
March 29, 2017 at 11:51 am #67282Kindly go to Appearance»Theme Options»Basic Settings»Custom CSS Box:
Add this code there:
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images { width:24% !important;}
.woocommerce div.product div.images img { width:100% !important;}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { width:68% !important;}Regards,
DaveMarch 29, 2017 at 3:50 pm #67337Thank you for the answer, but i doesn’t change anything :S
March 30, 2017 at 9:54 am #67430Hi Joshua,
Can you send us screenshot? Upload your screenshot on imgur.com and paste the share URL here.
Regards,
DaveApril 1, 2017 at 2:51 pm #67632Hey,
here we go:http://imgur.com/a/8kli3
Regards
April 3, 2017 at 9:24 am #67751What exactly you want? Can you draw instructions on the screenshot so that we can resolve the issue asap.
Regards,
DaveApril 3, 2017 at 9:34 am #67754http://imgur.com/a/o87ER
I want the images smaller, but close to each other.
The codes you gave me just made them smaller but the gab got bigger..Thanks!
April 3, 2017 at 9:56 am #67758Hi,
Remove this code from Custom CSS Box:
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images { width:24% !important;} .woocommerce div.product div.images img { width:100% !important;} .woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { width:68% !important;}
We will provide you another CSS after removing this code.
Regards,
DaveApril 3, 2017 at 10:03 am #67762I did 🙂
April 3, 2017 at 10:11 am #67763Add this code in Custom CSS Box:
.site-main { margin-left:0;} .woocommerce ul.products li.product, .woocommerce-page ul.products li.product { width:15% !important; margin-right:25px !important;}
Regards,
DaveApril 4, 2017 at 8:43 am #67904Thank You, know it Looks Perfect, but there are only 4 Products in a row and i cant Change it in more :s
Kind Regards,
Josh
-
AuthorPosts
- You must be logged in to reply to this topic.