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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    I’m not sure that I understand. What exactly do you want to align how?

    Regards,
    Tobias

    Thread Starter goodsuccess

    (@goodsuccess)

    Sorry, I should have been more clear.

    Right below where we have 3 images of people where it states “What A Few Of Our Users Have To Say”. The first two blockquotes look good but the third column looks off. All the images are 200×200 in size.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    everything looks fine for me there… Here’s a screenshot (Google Chrome) of what I’m seeing: https://imgur.com/a/GD71kJs

    One thing that you could maybe do is make the columns equal width. For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress-id-3 td {
      width: 33.3%;
    }

    Regards,
    Tobias

    Thread Starter goodsuccess

    (@goodsuccess)

    That did it…Thanks for the quick response time.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

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

    Best wishes,
    Tobias

    Thread Starter goodsuccess

    (@goodsuccess)

    Ok, the above worked however, it is not centered on mobile.
    Used the following

    [table id=3 responsive=”stack” /]

    The text is aligned to the left?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    ah, I see. To fix that, please use this modified code:

    @media screen and (min-width: 768px) {
      .tablepress-id-3 td {
        width: 33.3%;
      }
    }

    Regards,
    Tobias

    Thread Starter goodsuccess

    (@goodsuccess)

    Yessir… worked again. Great support!

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    always happy to help! ??

    Best wishes,
    Tobias

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Aligning image and text’ is closed to new replies.