Center image caption

Posted in: Newspaper
Post count: 55

How to center image caption for both existing and future images: https://prnt.sc/u1uvvn
My website here:

Post count: 18283

Hello !

Please use this css code: figcaption {
text-align:center;
}

The code must be inserted here: https://www.screencast.com/t/J1Nxw5s5

Thank you !

Post count: 55

Thank you Vlad

Post count: 55

Hi Vlad. How can I make the caption Italic

Post count: 35449

Hi,

For this you can replace the above css with this one -> https://i.imgur.com/ZZZUS4U.jpg
figcaption {
text-align: center;
font-style: italic;
}

Hope this will help you!
Thank you!

Post count: 55

Halo.

I realized that this does not center caption on MOBILE. Please help

Post count: 35449

Hi,

Please replace the code with this one
.single figcaption {
text-align: center;
font-style: italic;
}

Let me know the results!

Viewing 7 posts - 1 through 7 (of 7 total)
The forum ‘Newspaper’ is closed to new topics and replies.