• Resolved Ben2010uk

    (@ben2010uk)


    Hi Tobais

    Great plugin thanks!

    All is working great apart from one issue with my site on the link provided i have tables for all properties on the website and the tables seem to be disappearing at 700px width i have checked the theme and plugin CSS but cant see why this is happening.

    Any help on this would be much appreciated!

    Thanks
    Ben.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The cause for this is the “Automatic Responsive Tables” plugin that you are using. You could either deactivate that (if you are not actually using it), or add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress {
        display: table !important;
    }
    

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Table disappearing under 700px width on mobile’ is closed to new replies.