hi guys, just updated to the latest version.
I was using this CSS:
@media (max-width: 480px){
body .x-column {
padding-left:5px !important;
padding-right:5px !important;
}
body .site {
width:99%;
}
}
to make the mobile version of my site wider.
since updating it has stopped working?
any ideas please.