malug Posted November 17, 2021 Share Posted November 17, 2021 Site URL: https://www.malugarcia.com/shop/tennis-i-limited-edition Hi! How can I adjust and space out (with padding) my product title on individual pages for mobile? I want it centered with some breathing room. Thanks! Link to comment
Beyondspace Posted November 17, 2021 Share Posted November 17, 2021 9 minutes ago, malug said: Site URL: https://www.malugarcia.com/shop/tennis-i-limited-edition Hi! How can I adjust and space out (with padding) my product title on individual pages for mobile? I want it centered with some breathing room. Thanks! Is it the result you want to achieve? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
malug Posted November 17, 2021 Author Share Posted November 17, 2021 hi there! yes this is what i am looking for, thank you... however with some padding between the bottom of the title and the image. on that note, is there a way to also center the image previews? Link to comment
malug Posted November 17, 2021 Author Share Posted November 17, 2021 12 minutes ago, bangank36 said: Is it the result you want to achieve? hi there! yes this is what i am looking for, thank you... however with some padding between the bottom of the title and the image. on that note, is there a way to also center the image previews? Link to comment
Beyondspace Posted November 17, 2021 Share Posted November 17, 2021 12 minutes ago, malug said: hi there! yes this is what i am looking for, thank you... however with some padding between the bottom of the title and the image. on that note, is there a way to also center the image previews? Try in Home > Design > Custom Css @media only screen and (max-width: 767px) { #productSummary .product-title.mobile { text-align: center; margin-bottom: 20px; } #productGallery #productThumbnails { display: flex; justify-content: center; } } Let me know how it works on your site Press 👍 or mark this answer as solution to help another one too BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted November 17, 2021 Share Posted November 17, 2021 My testing result malug 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
malug Posted November 17, 2021 Author Share Posted November 17, 2021 Worked great, thank you!! 😀 Is there a way to edit the text that says "BACK TO THE SHOP" ? Would just like for it to say "BACK" Link to comment
malug Posted November 17, 2021 Author Share Posted November 17, 2021 As well as remove the share button at the bottom of "Add to Cart" Link to comment
Beyondspace Posted November 17, 2021 Share Posted November 17, 2021 2 hours ago, malug said: As well as remove the share button at the bottom of "Add to Cart" Add this to Custom Css to remove the share button #productSummary .product-sharing { display: none; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted November 17, 2021 Share Posted November 17, 2021 (edited) 3 hours ago, malug said: Worked great, thank you!! 😀 Is there a way to edit the text that says "BACK TO THE SHOP" ? Would just like for it to say "BACK" Adding to Home > Settings > Advanced > Code Injection, choose footer <script> (function() { document.addEventListener('DOMContentLoaded', () => { document.querySelector('#productWrapper #productNav a').innerHTML = ` <span class="back-arrow">←</span> BACK `; }) })() </script> Let me know how it works on your site Edited November 17, 2021 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
malug Posted November 17, 2021 Author Share Posted November 17, 2021 That worked great, thank you! 😉 Is there a way to also remove the "Back to Top" at the bottom of the page on mobile? 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