Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Can you please post a link to the page with the table where you want to do this, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter from ABI roger

    (@rogerabihostingcom)

    The site isn’t live yet:

    http://precision.abihosting.co/wiring-diagrams/

    It’s the first row. I’d like that image to be in centered. I did remove the class code too but still no luck. I tried this:

    .tablepress-id-72 .row-1 {
    text-align: center;
    vertical-align: middle;
    }

    But alas, I need your expertise!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the link. You’ll need to apply this CSS properties on the table cell (<td>):

    .tablepress-id-72 .row-1 td {
      text-align: center;
      vertical-align: middle;
    }

    Regards,
    Tobias

    Thread Starter from ABI roger

    (@rogerabihostingcom)

    Thx Tobias!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

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