Ask

I have a Joomla website and a mobile version of that website. When I go into the mobile version, the tables and forms I set up cannot be viewed fully. It's always just half of it that is viewable. What coding do I need to put into the articles in order for the tables and forms to adjust to the screen size?


Answer

Use % instead of px in size of the table, e.g.

<table width=80% height=20%>