Viewing 1 replies (of 1 total)
  • Traprock

    (@traprock8)

    Add this to your CSS

    @media screen and (max-width: 640px) {
    	table {
    		overflow-x: auto;
    		display: block;
    	}
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Table is not responsive’ is closed to new replies.