My tables are getting cut off in my mobile version. Any solutions you guys have? Tried a few mobile table plugins that didn’t work.
Thanks
Hey mikepeter!
Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.
Regards,
Elliott
Here are two. Second one is using Tablepress
http://www.northwesternextract.com/flavor-list/
http://www.northwesternextract.com/root-beer-formula/
Thanks!
Hi!
The only one that looks weird for me is the flavor table. The H4 surrounding all of the spans is kind of peculiar. I would remove that and then give your table an ID and use this CSS.
@media only screen and (max-width: 479px) {
#yourID span { font-size: 11px !important; }
}
Best regards,
Elliott
Thanks. Taking off the h4 did the trick!