• Resolved meggers374

    (@meggers374)


    I have seen other posts and tried but no go. How do I get the caption on this image center aligned?

    I have a feeling it’s some css. If it is please let me know step-by-step. I am not at all education about css codes. TIA!

    Megan

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Megan,

    Would you like to center both the image and text like this: https://imgur.com/a/SUNJHvS ? I just want to make sure that I understand what you’d like to do so I can point you to the right solution.

    Thread Starter meggers374

    (@meggers374)

    Hi Radu! thank you for your response.

    Could I change it just a little? Still the same link I need help on but I want my three pictures to be on the same line not wrapped on three separate lines with everything spaced evenly and the text underneath centered under the picture.

    Thankyou!

    • This reply was modified 6 years, 4 months ago by meggers374.

    Hi,

    Can you add this CSS:

    .page-id-4 .entry-content figure {
        display: inline-block;
        margin: 10px;
    }
    

    to the Appearance → Customize → Additional CSS area and tell me if this is the style you’d like to have?

    Thread Starter meggers374

    (@meggers374)

    hello,

    I believe it’s getting closer. I just copied and pasted what you gave me….cuz that’s all I know how to do in terms of CSS. I now have two pictures on the same line but my third picture is wrapped below. Also the captions are still not centered…

    Megan

    Thread Starter meggers374

    (@meggers374)

    I think I got it! I just tried a different way of loading the pictures and then placed the CSS you gave me into the Appearance Customize section. Thanks!!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Caption Center Align’ is closed to new replies.