annicatter16 Posted August 4, 2022 Share Posted August 4, 2022 Site URL: https://chimes-seadragon-7xb2.squarespace.com/ Hi i'm wanting to center these two texts on mobile only please Any help is greatly appreciated. Also is there a way to remove these arrows as there are only 3 options so no need to scroll. https://chimes-seadragon-7xb2.squarespace.com/ pass: 12345 thanks Link to comment
Beyondspace Posted August 4, 2022 Share Posted August 4, 2022 1 hour ago, annicatter16 said: Site URL: https://chimes-seadragon-7xb2.squarespace.com/ Hi i'm wanting to center these two texts on mobile only please Any help is greatly appreciated. Also is there a way to remove these arrows as there are only 3 options so no need to scroll. https://chimes-seadragon-7xb2.squarespace.com/ pass: 12345 thanks Try adding to Home > Design > Custom Css to hide the arrow for mobile @media only screen and (max-width: 767px) { section[data-section-id="62e30dddfd9ed73756fe085b"] .mobile-arrows { display: none; } } Which text blocks do you want to set center, i check that they are fine at the moment tuanphan 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
annicatter16 Posted August 7, 2022 Author Share Posted August 7, 2022 hi this seemed to remove the arrows for articles carousel also? Link to comment
tuanphan Posted August 10, 2022 Share Posted August 10, 2022 On 8/7/2022 at 2:07 PM, annicatter16 said: hi this seemed to remove the arrows for articles carousel also? Try this new code /* Mobile-home-hide arrows */ .user-items-list-item-container[data-section-id="62e30dddfd9ed73756fe085b"] .mobile-arrows { display: none; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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