How to make html table fit full width of screen WITHOUT MARGIN/PADDING?
-
How to make the HTML table fit the full width of the screen without right and left margin/padding (just break away from parent container) on AMP pages. There can be a horizontal top scrollbar on bigger tables. I literally want 0px of space.
I want 0px padding/margin for images as well (just break away from the parent container).
The left space and right space around the tables are unnecessary in my opinion. It just makes the reading area smaller for tables. What custom CSS should I add?
I even want to reduce the border/padding of the whole container to just 1px or 2px I just want to fit more text on the small screen without making the users scroll horizontally (for tables) or vertically.
- The topic ‘How to make html table fit full width of screen WITHOUT MARGIN/PADDING?’ is closed to new replies.