Alex4man Posted March 14, 2022 Share Posted March 14, 2022 Site URL: https://www.afor.studio/work Hey all, Is it possible to align my Gallery captions to the left Grid on desktop view? Eg. So it lines up with my header logo. I've attached a screenshot of how it looks and where I would like it to be. Cheers, Alex Link to comment
IXStudio Posted March 14, 2022 Share Posted March 14, 2022 Hi, Use this code in Design -> Custom CSS @media screen and (min-width:992px){ figcaption.gallery-caption.gallery-caption-slideshow { margin-left: -3vw !important; max-width: unset !important; } } Please use the like button if it helps you! Best, Leopold Alex4man and tuanphan 2 Ninja Kit Extension: Upgrade your Squarespace website without coding.YouTube Preview - FREE DOWNLOAD Link to comment
Alex4man Posted April 1, 2022 Author Share Posted April 1, 2022 @Thanks Leopold, @IXStudio This worked great 🙂 I appreciate your help. Is it possible to do the same in mobile preview? Thanks Link to comment
tuanphan Posted April 2, 2022 Share Posted April 2, 2022 Add to Design > Custom CSS for mobile @media screen and (max-width:767px) { body#collection-62200fd56cef23226ec64c5f figcaption.gallery-caption.gallery-caption-slideshow { position: fixed; bottom: 2vw; left: 2vw; z-index: 99999; top: unset !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
Alex4man Posted April 25, 2022 Author Share Posted April 25, 2022 (edited) @tuanphan thanks for this 🙂 works! Edited April 25, 2022 by Alex4man 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