• Resolved goodsuccess

    (@goodsuccess)


    Hello, Tobias. I tried a bigger font on mobile using custom css but managed to only mis-align the images and text on mobile only. What am I missing?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter goodsuccess

    (@goodsuccess)

    The images on table id 1 and 3 should be side by side on mobile.

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    I’m not sure that I see the misalignment, but you might want to fix the width. Please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    @media (max-width: 767px) {
      .tablepress-responsive-stack-phone tbody td {
        width: 100%;
      }
    }

    Regards,
    Tobias

    Thread Starter goodsuccess

    (@goodsuccess)

    Thanks Tobias. That is what I needed. Again, thanks for the superb support.

    Plugin Author TobiasBg

    (@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 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Images and text not aligned on mobile’ is closed to new replies.