Just Browsing
Just Browsing

Reputation: 71

Table td display:block on Apple devices will not work

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

Answers (1)

Just Browsing
Just Browsing

Reputation: 71

Figured out it was the .doctype

Upvotes: 1

Related Questions