XF 2.0 How to make Responsive Tables in Xenforo ?

I don't know that plugin but go into source mode when you're posting.

If you see something like this:

Code:
[table]

change it to

Code:
[table "width=80%"]

or something similar.

If you see something like this:

Code:
[table "width=400px"]

change it to

Code:
[table "width=80%"]

Play around with the values to get it the way you want it.
 
One more thing, trying to get a large number of columns, each with longish words, to display on a phone is never going to work well, but you can improve by reducing size of text and cell padding but there will be a limit - this is the nature of tables I'm afraid.
 
Last edited:
Top Bottom