myhabitatdesign Posted February 19, 2023 Share Posted February 19, 2023 Hello there - i am wondering if anyone could help me. I would like to make sure my captions show on my images in mobile view. currently, they disapear. https://myhabitatdesign.squarespace.com/config/pages thank you very much Link to comment
Beyondspace Posted February 20, 2023 Share Posted February 20, 2023 Which page are you mentioning? I can not find the captions, Can you show some screenshots? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
myhabitatdesign Posted February 20, 2023 Author Share Posted February 20, 2023 hello thank you so much for your reply - here is is - https://www.myhabitatdesign.com/projects-all on the web it shows the caption on the image and on mobile it does not. i would love it to also show on the webpage Link to comment
MaxUncu Posted February 20, 2023 Share Posted February 20, 2023 Hey @myhabitatdesign, this should do the trick: @media only screen and (max-width: 480px) { .sqs-gallery-block-slideshow .meta { display: block !important; } } Link to comment
myhabitatdesign Posted February 20, 2023 Author Share Posted February 20, 2023 Hello @MaxUncu - thanks for your speedy reply!! I just noticed i think i need to upgrade my plan to fix this - is this where i insert it? in the settings of the page? I think this is a recent update - when i built my site it was possible to add custom CSS. Thanks alot 🙂 Link to comment
Solution MaxUncu Posted February 20, 2023 Solution Share Posted February 20, 2023 You just need to add the code in Design -> Custom CSS. If you want to apply this to that specific page only then use: <style> @media only screen and (max-width: 480px) { .sqs-gallery-block-slideshow .meta { display: block !important; } } </style> In Page Header Code Injection box from your screenshot. Link to comment
myhabitatdesign Posted February 20, 2023 Author Share Posted February 20, 2023 Thank you! Like this? I just tested on my mobile and did not seem to work Link to comment
myhabitatdesign Posted February 20, 2023 Author Share Posted February 20, 2023 I FIXED IT!!! THANK YOU SO MUCH!!!! SO KIND! 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