I'm creating a blog for a client that requires some custom styling. The blog is hosted at wordpress.com with the pro upgrade (custom css).
My problem is that I'm not able to alter styles for mobile devices. I cannot seem to find anywhere to edit the mobile theme and I'm also not able to insert proper media queries in my custom css as wordpress strips out : and () turning:
@media all and (max-width: 480px)
into
@media all and max-width 480px
Is it possible to alter the mobile theme?
Can I insert @media queries some other way?
The blog I need help with is innovateblog2.wordpress.com.