After the update
my site looks too much margin In Mobile .
The code below is not working.
@media only screen and (max-width: 767px) {
.responsive .container {
width: 100% !important;
}
}
@media only screen and (max-width: 480px) {
.responsive .container {
width: 100% !important;
}
}