Sorry for the late reply!
max-width: XXpx; should work in the same CSS block (XX is your limit, maybe 600px?)
-
This reply was modified 7 years, 10 months ago by Robin V.
I forgot to mention, for a specific table, you will need to know the ID of it and add the CSS ID to your script:
#wpsm-table-2.wpsm-comptable th {width:25%;}
If you go to Appearance > Edit CSS and add this snippet:
.wpsm-comptable th {width:25%;}
This is for 4 columns, obviously, if you have 5 cols the width is 20% etc.
Hi – I’m having the same issue. We ONLY use tiles on mashtagmedia.com and it just displays the overlay. Is there something wrong with the CSS when making responsive?