Reputation: 71
Just confused - I have this css rule on my table making the table stack on mobile. Seems to work fine in Chrome and android.
But on the apple devices it is not stacking and I cannot work out why, If anyone has any idea why could you please let me know.
@media handheld, only screen and (max-width: 480px){table td {
display: block!important;
clear: both;
width: 100%!important;}}
Upvotes: 1
Views: 791