Tables do not work for my store. I am using the Superstore theme. I have tried just about every css snippet and it’s still doing 2 things incorrectly. 1. it’s not showing any borders.. 2. it’s non responsive on mobile(which is the bigger problem) please help this is a nightmare!!!
take a look at this example here. you have to go under the tab “technical specifications”
That’s a huge table that will take some complex thought on getting your points across on mobile.
How would you like it to appear on mobile?
Theoretically, this CSS will get it to appear more like a traditional table on mobile - but evidently it won’t look good for a table this size, as there’s just not enough space to fit those columns in.
And I’m not entirely sure what’s going on with the utility classes on those dropdowns but it seems like a huge overkill for what you’re actually trying to achieve - are you using an app to create these dropdowns/tables?
Ok so something like this will kind of emulate the other site you linked to - but it won’t be perfect.
There’s app code battling with any CSS we plug in, lots of bloated HTML generated etc. so it’s not that easy doing it from the frontend.
But try this one which should give you the sort of effect you’re looking for - you might want to edit the minimum width per page depending on the number of columns, but that’s another problem.