Vulkan101 Posted April 27, 2022 Posted April 27, 2022 (edited) Site URL: https://juliearbourdesign.com/carte-cadeau/bonne-idee-25 Bonjour! So, I've read all posts referring to Product Blocks but still can't seem to find my answer. I still have Squarespace 7.0 and Brine template. I've managed to put product blocks side by side in the mobile version of the Homepage but...can't find the proper code to do it for product blocks I've added in the Additional Information section of a Product page description. I want to do it this way for multiple reasons : -Image galleries doesn't display both Title and Description even though it displays side by side like I want on mobile version -Summary blocks doesn't allow me to pick and choose my products -Cross-related products with tags and categories only allow cross-relating products within same collection where I want to do throughout website. Any idea on the right CSS coding so I can implement this for Product Blocks rows as in link provided? Merci ! Edited April 29, 2022 by Vulkan101
tuanphan Posted May 1, 2022 Posted May 1, 2022 Add to Design > Custom CSS @media screen and (max-width:640px) { section.ProductItem-additional .span-2 { width: calc(~"50% - 20px") !important; float: left !important; }} Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Vulkan101 Posted May 1, 2022 Author Posted May 1, 2022 Boom! Awesome @tuanphan. I had read all replies Ive seen from you in different posts and just couldn't figure that one out. Many thanks! tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment