Murso500 Posted November 9, 2020 Share Posted November 9, 2020 Site URL: https://guava-guppy-sx4w.squarespace.com/ Hi - trying to align these text buttons in mobile view. I've followed the comments on similar posts but to no avail. Apologies for such a noob question. thanks in advance. PW: test1 Link to comment
Beyondspace Posted November 10, 2020 Share Posted November 10, 2020 Please send the site url Murso500 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
Murso500 Posted November 10, 2020 Author Share Posted November 10, 2020 https://guava-guppy-sx4w.squarespace.com PW: test Beyondspace 1 Link to comment
Beyondspace Posted November 10, 2020 Share Posted November 10, 2020 30 minutes ago, Murso500 said: https://guava-guppy-sx4w.squarespace.com PW: test i mean the page with these elements Murso500 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
Murso500 Posted November 10, 2020 Author Share Posted November 10, 2020 (edited) I see, sorry. It's basically any of the 'project pages' when viewed in mobile. Link to all the pages with the same issue: https://guava-guppy-sx4w.squarespace.com/moleskine-milan https://guava-guppy-sx4w.squarespace.com/footpatrol-london https://guava-guppy-sx4w.squarespace.com/carhartt-soho https://guava-guppy-sx4w.squarespace.com/carhartt-shoreditch https://guava-guppy-sx4w.squarespace.com/red-red-london https://guava-guppy-sx4w.squarespace.com/carhartt-showroom https://guava-guppy-sx4w.squarespace.com/footpatrol-paris https://guava-guppy-sx4w.squarespace.com/jd-sports-flagship Edited November 10, 2020 by Murso500 Beyondspace 1 Link to comment
Solution Beyondspace Posted November 10, 2020 Solution Share Posted November 10, 2020 I'm not sure why your blog page has different navigation blog post, so here a work around with the help of some custom code 1. Settings->Design->Custom Css @media only screen and (max-width: 768px) { .col.blog-navigation { width: 50% !important; float: left !important; } } 2. Settings->Advanced->Code Injection <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> jQuery(document).ready(function() { $("a:contains('← Previous')").closest(".col").addClass("blog-navigation"); $("a:contains('Next →')").closest(".col").addClass("blog-navigation"); }); </script> 3. Outcome Murso500 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
Murso500 Posted November 10, 2020 Author Share Posted November 10, 2020 Amazing thanks so much. Worked a charm. For reference it's not a blog page. The blog page had some formatting elements that didn't work for me so these are just text hyperlinks to give a similar impression. You are a legend. Much appreciated. 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