[Resolved] View is not responsive in Smartphone-View
This support ticket is created 6 years, 2 months ago. There's a good chance that you are reading advice that it now obsolete.
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
No supporters are available to work today on Toolset forum. Feel free to create tickets and we will handle it as soon as we are online. Thank you for your understanding.
Hi Nigel,
I use a view to put out a table with all events: hidden link
In Desktop- and Tablet-View it is responsive, but I have to scroll in Smartphone-View a lot to the right. I tried different things, but nothing changes. The last thing I tried a few minutes ago is this tutorial from W3Schools: hidden link
I use also Elementor and put the view in a section, which is boxed to 1300 pixels.
This is the code of the view.
Tables are notoriously problematic on small screens and if you search you will find dozens of articles on the topic, with solutions that typically involve hiding certain columns on smaller screens where the full table cannot be displayed.
In Bootstrap responsive tables "scroll horizontally on small devices".