Home › Forums › WoodMart support forum › INCREASE HEIGHT OF SHOP IMAGES
INCREASE HEIGHT OF SHOP IMAGES
- This topic has 7 replies, 3 voices, and was last updated 3 years ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
January 24, 2022 at 1:42 pm #347518
DJLS1997Participant– Tablet Shop Image is Small in height // i want a code to increase it
– Tablet Cart & Checkout Image is Small in height // i want a code to increase itJanuary 25, 2022 at 12:04 am #347625
Elise NoromitMemberHello,
There is no option to upload different sizes for different devices. The image should be big enough to have a nice view. Just for information we provide images sizes applied in our demo:
Product main image: width: 800px; height: 1200px; They look nice on all the devices.
If you have any questions please feel free to contact us.
Best Regards
January 25, 2022 at 2:12 pm #347832
DJLS1997ParticipantYou didn’t understand my question…
(1) I want you to give me a custom css code to add in the theme in order to increase the height for the SHOP Placeholder Image for the Tablet Devices.
Your other guy in your support team AZIZ already sent me this type of code for Mobile/Desktop and i implement it now i need one for Tablet as well!
(2) Need the same code to increase the height for the Cart/Checkout/Wishlist Placeholder Image as-well.
January 25, 2022 at 2:13 pm #347834
DJLS1997ParticipantPlease transfer this ticket to (Aizaz Imtiaz Awan) he knows…
January 26, 2022 at 6:47 am #347956
Aizaz Imtiaz AwanKeymasterHello,
As my colleague mentioned there is no option to change the size only for the Tablet devices.
And adjusting using CSS may affect the image quality. If you still want the CSS then try adding the following Custom CSS in the Custom CSS for Tablet area under Theme Settings >> Custom CSS.
1)
.product-grid-item .product-image-link img, .product-grid-item .hover-img img { height: 210px; }
2)
td.product-thumbnail img { max-width: 100px; }
Best Regards
- This reply was modified 3 years ago by Aizaz Imtiaz Awan.
January 26, 2022 at 12:51 pm #348049
DJLS1997ParticipantAs i can understand you are still unable to understand my question…
Am referring to the Tablet Shop Header Image Banner, not in product grid or something like that,
Please check the screenshot bellow.
Attachments:
You must be logged in to view attached files.January 26, 2022 at 12:53 pm #348053
DJLS1997ParticipantAlso the Cart/Wishlist/Checkout the HEADER IMAGE is small in height in TABLET devices and i want to increase it…
Attachments:
You must be logged in to view attached files.January 26, 2022 at 1:03 pm #348066
Aizaz Imtiaz AwanKeymasterHello,
Sorry for the misunderstanding.
Please try adding the following Custom CSS in the Custom CSS for Tablet area under Theme Settings >> Custom CSS.
.woodmart-archive-shop .page-title { padding: 120px 0; } .woocommerce-cart .page-title { padding: 120px 0; } .woocommerce-checkout .page-title { padding: 120px 0; }
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register