lauralaura Posted December 27, 2023 Posted December 27, 2023 Hello, I would like to orient the captions in my gallery slideshow to be in the bottom left corner of the screen. I used the follow code below, but they still won't go all the way left. I would like them to be farther into the left corner with a little bit of padding from the left side of the screen. thank you in advance! .gallery-caption p:first-line {color: white; font-size: 1rem; font-weight:300} .gallery-caption {text-align:left} .gallery-caption { margin-top: -4%; opacity:100!important;} site pw is flowers
lauralaura Posted December 27, 2023 Author Posted December 27, 2023 (edited) Thank you for the response and explanation. I am using CSS, however, the code you provided did nothing to alter the caption. The only success I am having is when I change the negative percentage in the margin (in the original code) I would like to only move the caption further left. I tried both with only your code and removed the original code and it still did nothing 😕 Edited December 27, 2023 by lauralaura
tuanphan Posted December 30, 2023 Posted December 30, 2023 Remove your code & Use CSS code like this figcaption.gallery-caption.gallery-caption-fullscreen-slideshow { bottom: 10px !important; left: 10px !important; margin: 0 !important; max-width: 1000px !important; height: auto !important; } 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