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

    (@tobiasbg)

    Hi Chase,

    thanks for your question, and sorry for the trouble.

    Well, that might be possible with some extra HTML code around the image and the links, but CSS is by far the easier and better solution for this.
    What’s the reason that you don’t want to do this with CSS?

    Regards,
    Tobias

    Thread Starter tarkiomaxwell

    (@tarkiomaxwell)

    Hi Tobias,

    I read through the FAQ and documentation, and I’m still not certain as to how exactly to implement that through CSS. Do you have any suggestions? Thanks for the great plugin.

    Chase

    Thread Starter tarkiomaxwell

    (@tarkiomaxwell)

    You can see the problem here that I’m trying to solve.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for the link! Now I see what you mean.
    My suggestion here would be to add this CSS code to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-3 td {
      vertical-align: bottom !important;
      text-align: center;
    }
    .tablepress-id-3 td img {
      display: inline;
      margin: 0 0 15px !important;
    }

    Regards,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Align text to bottom; image center’ is closed to new replies.