Hi Guys,
I want to change the 85% width container on mobile to 100% width.
Hey Ivo,
Try adding this css code in Quick CSS (Located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.responsive #top #wrap_all .container {
width: 100% !important;
max-width: 100% !important;
}
}
Best regards,
Nikko