Sorry but I just can't seem to get it! I need a quick/short answer on how to convert tables to divs. Specifically I have a table in my infusion that is simply 100% width with 4 data cells. Wrapping this in a table-responsive div works in the sense that on smaller screens(phones) it still displays with a scroll bar at the bottom. I don't want that; I need for the data cells to wrap under each other and be 4 data cells vertically. I don't think its possible with table-responsive (if so I don't know how); so if I can convert the table to a div setup it will accomplish what I need. I have looked at coding in the existing 9.03 files and here on main but cannot figure out anything that works. This has probably already been addressed but I can't seem to find anything.
Reference: You can see what I am talking about by going to my test site. It's my Site Statistics panel. https://bonsai.whisperwillow.com
If I could just one time GET IT then I'm home free; I'll be able to save myself hours of coding experimentation and be able to convert ALL my infusions tables to divs.
DIV can be responsive (auto stack vertically in mobile) because of bootstrap grid was used. So you just need to look at Bootstrap Grid documentation online to learn how it works. It’s really simple anyway.
Table can be responsive (stack too) when done right but we are not quite there yet. So use the bootstrap ones to save some time so you can work on new content. Leave the tools for developers to ya core developers, we keep dishing out more and more to make work more convenient to everyone working their stuff with Fusion.