Skip to content

How could I center the caption of an image? #2682

Answered by iBug
hardianlawi asked this question in Q&A
Discussion options

You must be logged in to vote

To center the image caption, the canonical way is via CSS:

figcaption {
  margin-left: auto;
  margin-right: auto;
}

For "reference", can you elaborate on what it exactly is?

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by mmistakes
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2682 on December 09, 2020 03:50.