• Resolved aplamila

    (@aplamila)


    Hello Tobias,

    First of all congrats for the awesome plugin! 🙂

    I have some questions, regarding the mobile responsiveness of the tables.

    I tried to optimize the tables and I added the below code:

    @media only screen and (max-width: 762px) {
    .column-1 {
    width: 8% !important;
    }
    .column-2 {
    width: 45% !important;
    }
    .column-3 {
    width: 37% !important;
    }
    .column-4 {
    width: 17% !important;
    }
    }

    While for a 365px width I get the following result: http://imgur.com/a/LKYuA for 560px I get this one: http://imgur.com/a/4Yl8n

    If you notice, in both cases the numbers after the 4th row change position: for the 365px width the go slightly to the right (I designed the red cross to make it more clear), while for 560px they move to the left.

    This does not happen in the desktop version at all. Any ideas how to fix it and make all the columns exactly the same?

    Thank you!
    Mila

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi Mila,

    thanks for your post, and sorry for the trouble.

    Now that’s strange. I can only imagine that your theme is interfering here, maybe because it’s using the same CSS classes for other things.
    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter aplamila

    (@aplamila)

    Hi Tobias,

    Thank you for the fast reply!

    The URL of the website is:
    jkpokerdeals . com / promotions /

    Looking forward to your reply.

    Regards,
    Mila

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for the link!
    To be honest, I have no real idea why this is happening 🙁
    I can only assume that it’s related to all the other CSS that you are using to modify the table behavior for responsiveness.
    I can only suggest that you try finding a cause using the Developer Tools of the browser. 🙁

    Regards,
    Tobias

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

The topic ‘Mobile responsivess’ is closed to new replies.