I have a table where when I resize it wont show my header Steps on the web view it does show perfectly - but when I resize I don\'t get to see my Steps header. is t
Steps
When the table starts looking bad try media queries for e.g. :
@media all and (max-width: XXXpx){ here you need to put new css styles for example ( smaller font or sthg) }