SyntaxFix
Write A Post
Hire A Developer
Questions
Works fine too:
/* small screen portrait */ @media (max-width: 321px) { .pull-right { float: none!important; } } /* small screen lanscape */ @media (max-width: 480px) { .pull-right { float: none!important; } }