• Resolved annoy

    (@annoy)


    Hallo, i have 2 Tables on my side with the responsive Mode “flip”. The first one looks good on Iphone, but in the second table, the prices have been shifted upwards like you can see in my Link and in this Picture here

    https://webdesigner-sylt.de/wp-content/uploads/2022/07/flip.jpg

    Do you have a solution for that? Thank you and greetings from Germany

    • This topic was modified 2 years, 4 months ago by annoy.
    • This topic was modified 2 years, 4 months ago by annoy.

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

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    This is essentially the same issue as in your support topic some years ago, see https://www.ads-software.com/support/topic/problem-with-responsive-view/ .

    You will manually have to set the row height in the responsive view. For that, just add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    @media (max-width: 767px) {
    	.tablepress-id-17 th,
    	.tablepress-id-17 td {
    		height: 64px;
    		line-height: normal;
    	}
    }

    in the same way as you have done for the other tables.

    Regards,
    Tobias

    Thread Starter annoy

    (@annoy)

    Haha, i forgot that, thanks to Corona ^^

    Big thx

    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 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with second Table in Responsive Mode “Flip”’ is closed to new replies.