Handling tables in a responsive way
-
I’m already using a responsive theme for my site, which changes the layout depending on the screen size of the device viewing the site. But I’m wanting to add a ‘table’ to my posts, where in the left column I have a list of ratings and in the right column I have an image. Ideally if someone is viewing in a small screen device, then instead of forcing the two columns to be next to each other, the image goes below the list instead.
How should I implement this?
Also, besides CSS changes, I would probably need to make HTML changes to my child theme for this. I could just write the HTML in my post itself but I would prefer to have a framework instead. If I am adding new HTML tags in a certain position instead of just changing the existing HTML attributes, how do I do this in a child theme?
- The topic ‘Handling tables in a responsive way’ is closed to new replies.