• Resolved magicalwonders

    (@magicalwonders)


    Hi,

    I’m having trouble getting captions to centre under images in TablePress.

    The page can be seen at this test location – https://internetsquad.co.uk/colliewobbles/

    The captions are displaying aligned to the left. I saw a similar thread where you advise adding the following css code in plugin options –

    .tablepress .wp-caption {
    text-align: center;
    margin-bottom: 0;
    }

    I’ve done that and saved changes, but it doesn’t seem to be working for me.

    I hope you can advise.

    Myles

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    You will just need a small tweak. Please try again with

    .tablepress .wp-caption-text {
      text-align: center;
      margin-bottom: 0;
    }

    Regards,
    Tobias

    Thread Starter magicalwonders

    (@magicalwonders)

    Hi Tobias,

    That works great! Many thanks for the assistance. ??

    Best wishes,

    Myles

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Centering Captions for images in TablePress’ is closed to new replies.