2 Tables side by side
-
Hi,
I’m trying to put 2 tables side by side. I’m using a div class as suggested in other threads and use the following custom code:
.tablepress-wrapper { width: 24%; float: left; padding-right: 10px; }The problem I have with this code is the padding. I would like to have a little more space between my tables but when I increase the padding pixels number, it seems to also push my text to the right and I don’t want that.
I also noticed something weird when resizing my browser window to a small one (to test the site responsiveness): the 2nd table goes over the 1st one which makes everything unreadable. Is there a way around that?
Unfortunately I’m working offline so I can’t give a url for you to check what I’m talking about. I’ll make screenshots if necessary.
Thanks in advance!
The topic ‘2 Tables side by side’ is closed to new replies.