RJ29 Posted July 13 Share Posted July 13 Hi, Because the site sells one off items and delivery needs to be discussed prior to selling, the add to cart button is hidden. On the desktop view the button is below the product description, so doesn't effect the spacing but on mobile view it is above the description, so leaves a weird gap. Any way to change the position on just the mobile view? Thanks! Link to comment
Lesum Posted July 13 Share Posted July 13 @RJ29 Hi! Can you share your site URL for context? If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
RJ29 Posted July 13 Author Share Posted July 13 Sure, https://jellyfish-fish-4nb9.squarespace.com/ and password is password Link to comment
Solution Lesum Posted July 13 Solution Share Posted July 13 @RJ29 You can add this code in Website > Pages > Website Tools > Custom CSS @media screen and (max-width: 767px) { #pdp .ProductItem-details .ProductItem-product-price { margin-bottom: 0 !important; } #pdp .ProductItem-details .ProductItem-product-price .product-price { margin-bottom: 0 !important; } } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment