Home › Forums › WoodMart support forum › How to change CSS of “Thumbnails position” of product page
How to change CSS of “Thumbnails position” of product page
- This topic has 9 replies, 2 voices, and was last updated 1 year, 11 months ago by
Luke Nielsen.
-
AuthorPosts
-
March 8, 2023 at 6:02 am #449211
JonatasParticipantHello,
In the configuration of “Thumbnails position” there is not an option that is being widely used in several successful ecommerce, here is attached a print of the example that I tried to apply with CSS, but it does not work correctly, because I need to update the page 2x to present the CSS change I applied.This is what I tried to use:
:is(.thumbs-position-bottom_column,.thumbs-position-bottom_grid,.thumbs-position-bottom_combined) .product-image-wrap:first-child { max-width: 50% }
How can I change the CSS of “Thumbnail Position” correctly without having a problem?
-
This topic was modified 1 year, 12 months ago by
Jonatas.
Attachments:
You must be logged in to view attached files.March 8, 2023 at 11:52 am #449280
Luke NielsenKeymasterHello,
Sorry to say but right now there is no option in Theme Settings available for that. It requires Customization and this is beyond our limitations and support policy scope. Hope you can understand our limitations.
Don’t hesitate to get in touch with us if you need further clarification on anything.
Kind Regards
March 11, 2023 at 6:51 pm #450308
JonatasParticipantLucas, do you do this customization, I paying you to do this customization and what would be the cost?
March 13, 2023 at 12:33 pm #450667
Luke NielsenKeymasterHello,
Could you please send me access to the admin dashboard so I investigate what we can do best in this situation?
I await your response.
Kind Regards
March 15, 2023 at 1:56 am #451214
JonatasParticipant/* Put “Bottom (2 columns)” to show 2 photos, one next to the other, in the first photo too */
login em “Extra information”March 15, 2023 at 4:35 pm #451424
Luke NielsenKeymasterHello,
Firstly, remove your own custom code, then please add the below code into the “Global Custom CSS” area in Theme Settings -> Custom CSS.
.website-wrapper :is(.thumbs-position-bottom_column,.thumbs-position-bottom_grid,.thumbs-position-bottom_combined) .product-image-wrap:first-child { max-width: 50%; flex: 1 1 50%; }
Clear the cache and recheck the issue.
Kind Regards
March 16, 2023 at 6:55 am #451581
JonatasParticipantGood evening Luke,
It worked for pc, could you tell me how to get the same result from pc on mobile?another doubt, these custom CSS can be placed inside the (“layouts” -> single product), inside the custom product page I’m creating, or does it need to be inside “Global Custom CSS” in Theme Settings -> Custom CSS, if I keep it inside layouts, does it affect performance or something else?
March 16, 2023 at 10:27 am #451608
Luke NielsenKeymasterHello,
I apologize for my mistake. The above should be added to the “Custom CSS for desktop” area in Theme Settings -> Custom CSS. Then please remove it from the “Global Custom CSS” area and recheck the issue on mobile. For now, unfortunately, there is no right way to do the same for mobile.
In general, better to add the custom CSS to Theme Settings -> Custom CSS, because when something broke due to the custom CSS, you can easier find the code in Theme Setting rather than searching for it throughout the theme.
We appreciate your patience, understanding & cooperation in this regard.
Kind Regards
March 17, 2023 at 3:15 am #451879
JonatasParticipantHi Lucas,
ok, thanks for guiding me on this, it worked!March 17, 2023 at 11:07 am #452008
Luke NielsenKeymasterYou are welcome!
Always remember that you can reach out to us with any questions you may have.
We wish you a splendid day!
Kind Regards
-
This topic was modified 1 year, 12 months ago by
-
AuthorPosts
Tagged: Thumbnails position
The topic ‘How to change CSS of “Thumbnails position” of product page’ is closed to new replies.
- You must be logged in to create new topics. Login / Register