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

    (@johnbhartley)

    You’ll need to adjust your CSS so each button is on it’s own line for mobile.

    Thread Starter sofiette

    (@sofiette)

    sorry but i’m newbee in CSS… Any recommendations?

    Plugin Author johnbhartley

    (@johnbhartley)

    Try adding to your stylesheet:

    @media screen and (max-width:320px) {
      .entry td {
        display: inline-block;
        margin: 10px auto;
      }
    }

    That should help out. Note that if you want it to only be for that table, you’ll need to give the table a class then add it after .entry

    Thread Starter sofiette

    (@sofiette)

    Perfect !!! It works. Thanks
    Sophie

    Plugin Author johnbhartley

    (@johnbhartley)

    Glad to hear it, marking as resolved. Let me know if you have any other questions.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Button cut on Iphone’ is closed to new replies.