• How do I center a caption under the photo? Right now it is aligned to the right side of the image and looks funny. Thanks!

Viewing 1 replies (of 1 total)
  • Theme Author Tchernitchenko

    (@tchernitchenko)

    Hello! Sorry for the late reply ??

    Weird that it is aligned to the right, do you have a link I can look at?

    Anyway to fix the alignment the best way to do is to change the CSS using a child-theme: https://codex.www.ads-software.com/Child_Themes

    The CSS you are looking to add is:
    .wp-caption-text {
    text-align: center;
    }

    Let me know if you need any help with this!

Viewing 1 replies (of 1 total)
  • The topic ‘Center Caption Text Under Photo’ is closed to new replies.