Home › Forums › WoodMart support forum › Space between products rows
Space between products rows
- This topic has 3 replies, 2 voices, and was last updated 6 years, 7 months ago by Elise Noromit.
-
AuthorPosts
-
April 24, 2018 at 4:21 pm #54362
RobertPParticipantHi,
In Theme Settings -> Shop -> Products Grid there is this option “Space between products”. It allows you to choose your desired space between products, horizontally (basically the space between product COLUMNS).
In my case, I want to increase the space between products, vertically (i.e. the space between product ROWS, please see attached).
Can you please help me with that?
Many thanks, guys!
Attachments:
You must be logged in to view attached files.April 24, 2018 at 5:00 pm #54369
Elise NoromitMemberHello,
Please provide your site link. If your site is under maintenance send me please also admin access. I will generate CSS.
Best Regards
April 24, 2018 at 8:54 pm #54397
RobertPParticipantHello, please see the website link in the private content section.
While you are at it, please also help me with the following issue:
I particularly like the hover on product effect that is set right now, i.e. “Show summary on hover” (although I want to increase the space between the rows), but on Mobile version is not good at all, because when you scroll, and your finger inevitably touches a product image as you scroll down, the hover effect is too big that it covers the next product image situated right below, so it fills too much of the mobile screen and also covers the photo below (please see attached).
For Mobile, the best for me is the Standard button effect. Can you please help me with an easy CSS code in order to have the “Show summary on hover” effect for desktop and the “Standard button” effect for mobile?
Thank you!
You’re the best!
Attachments:
You must be logged in to view attached files.April 25, 2018 at 7:38 am #54432
Elise NoromitMemberHello,
Please add this CSS to Theme Settings > Custom CSS:
.products-spacing-20 .product { padding-left: 10px; padding-right: 10px; margin-bottom: 80px; }
If you want you can change this value margin-bottom: 80px; to make the gap bigger/smaller
Unfortunately, there is no option to set different hover effect for different devices. by the way, using this code you would not have the problem of products overlapping.
Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register