Aurora Posted September 12 Share Posted September 12 Site URL: https://www.kristinkuehn.com/writing/virgo-ingress-2024 Hi! It's currently not possible to center-align captions for images on a blog post (that I'm aware of). Is it possible to use code to automatically align all captions center on all blog pages? Here's an example: https://www.kristinkuehn.com/writing/virgo-ingress-2024 Many thanks! Link to comment
Ziggy Posted September 12 Share Posted September 12 10 minutes ago, Aurora said: It's currently not possible to center-align captions for images on a blog post (that I'm aware of). It's possible. You can do it on the text properties that pops up when you're editing the text or by using the keyboard shortcut CTRL+SHIFT+E If you want to do it on all captions, you can use this Custom CSS: .image-caption { text-align:center; } Aurora 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲 SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️ Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Aurora Posted September 12 Author Share Posted September 12 (edited) On 9/12/2024 at 5:21 PM, Ziggy said: It's possible. You can do it on the text properties that pops up when you're editing the text or by using the keyboard shortcut CTRL+SHIFT+E If you want to do it on all captions, you can use this Custom CSS: .image-caption { text-align:center; } @Ziggy I'd prefer to use the text editor on each individual image, but I can't find it. See my screenshot. Am I missing something? Your code works! Edited September 19 by Aurora 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