ratkaj Posted June 10, 2022 Share Posted June 10, 2022 Site URL: https://musasllc.squarespace.com/ Hey Squarespacers -- I'm currently stuck on a piece of custom code. I'm attempting to center the buttons on the Gallery Reel at the bottom of the homepage on mobile only (look similar to the testimonial slider two sections above that). I was able to make all the other adjustments but I can't figure out how to make them move. Can someone help?? https://musasllc.squarespace.com/ Password: 1234 Link to comment
tuanphan Posted June 13, 2022 Share Posted June 13, 2022 Try adding this to Design > Custom CSS /* center reel arrows mobile */ @media screen and (max-width:767px) { body.homepage .gallery-reel-controls { justify-content: center !important; } } 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
ratkaj Posted June 13, 2022 Author Share Posted June 13, 2022 5 hours ago, tuanphan said: Try adding this to Design > Custom CSS /* center reel arrows mobile */ @media screen and (max-width:767px) { body.homepage .gallery-reel-controls { justify-content: center !important; } } Worked beautifully!! Thank you so much @tuanphan, you're a lifesaver as usual! 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