add left margin to image caption Carousel mobile view
-
How can I get the image Caption to have the same left alignment as the image Description on the mobile view?
For example, notice the Description text has a left margin on https://margaretsphotoplace.com/projects/paper/#jp-carousel-2129 in the mobile view.
I would like to add the same left margin for the Caption text for the mobile view to https://www.ginapiccalo.com/projects/the-atlanta-journal-constitution/#jp-carousel-864
I tried adding this, but it doesn’t work.
@media (max-width: 480px) { .wp-caption-text { padding-left: 5px; text-align: center; } }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘add left margin to image caption Carousel mobile view’ is closed to new replies.