octolove Posted January 2 Posted January 2 Hi! I was hoping someone could help me with this maybe with some simple code if not possible in the settings. I am looking to make these arrows left justified on mobile instead of being in the center like it is now. See the screenshot attached. Thanks in advance! Also, this is an image carousel.
tuanphan Posted January 3 Posted January 3 Hi, Can you share link to this page? 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!)
octolove Posted January 11 Author Posted January 11 Yes of course, here is the link and the password is 1234 Thanks! https://aliciacoxdesigns.squarespace.com/config/
octolove Posted January 11 Author Posted January 11 While you are looking at it can you also help me make the image clickable in that same carousel? I have buttons underneath that go to the page but I also want the image to go to that same page. Thanks!
tuanphan Posted January 13 Posted January 13 I added code here https://forum.squarespace.com/topic/224483-make-images-clickable-in-the-carousel/page/8/#comment-691159 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!)
Solution inside_the_square Posted April 26 Solution Posted April 26 Hey @octolove - it looks like you moved the arrows to the center of the images in your carousel list section, but I wanted to hop in here and provide a left align solution for anyone looking for that! This code will scoot those arrows to the left on mobile devices: @media screen and (max-width: 575px) { .user-items-list-carousel .mobile-arrows { justify-content: flex-start; } } tuanphan 1 🤓 Creator of InsideTheSquare.co ✨ SQUARESPACE CIRCLE LEADER✨ SQUARESPACE EXPERT ✨ SQUARESPACE EMPLOYEE EDUCATOR ✨ CERTIFIED CUSTOM CODE EXPERT ✨ 🗺️ New to Squarespace? Get your free roadmap: insidethesquare.co/roadmap 🙋♀️ New to CSS? Learn the basics for free: insidethesquare.co/learn ⭐️ Ready to go pro? Get my custom code collection: insidethesquare.co/css
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment