Re: How to center image caption when the image is centered
Posted by ayca1903 on Mar 02, 2016; 11:47am
URL: https://discuss.asciidoctor.org/How-to-center-image-caption-when-the-image-is-centered-tp901p4455.html
you have said, It would be necessary to add the following declaration in the stylesheet (shown here in scss syntax)....
I dont know about the stylesheet, where is it, or how can I add the declaration to it?
I wrote like this,
[.text-center]
.Image Title
image::tiger.png[]
or
[.center.text-center]
.Diagram Example
image::diagram.png[]
or
.Diagram Example
image::diagram.png[align=center, title-align=center]
like this. I couldnt align the title.