Liz1994 Posted July 27, 2023 Posted July 27, 2023 (edited) I am having some trouble adding text to each image on my project pages. I am needing to add the photographers name in white to the bottom left hand corner of each image. Anyway you can help? https://www.berschbackdesign.com/12th-south-residence Also how can I use CSS to reduce the padding to the right and left side of the page. I am wanting the padding on my site to look like the padding on the below site. https://alyssarosenheck.com/architectural-digest-nashville-tn-with-taylor-hill Thanks Edited July 27, 2023 by Liz1994
Solution tuanphan Posted July 28, 2023 Solution Posted July 28, 2023 Try adding to Design > Custom CSS .collection-type-gallery.gallery-design-grid .slide .slide-meta { display: block !important; position: absolute; bottom: 10px; left: 10px; color: red; } div#page-body { max-width: 1350px; } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment