how do i reduce the margin on the left and right of the container only on mobile?
screenshot – https://ibb.co/F3MbwGD
site – http://zim-website.jennosgroup.com/
Hey navindesigns,
Add this to quick css:
@media only screen and (max-width: 767px){
.responsive #top #wrap_all .container{
width:95%!important;
max-width:95%!important;
}}
Best regards,
Jordan Shannon
That works. thank you
fyi- this should be the default behavior for all enfold mobile sites, it looks so much better!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon