responsive problem

edited April 2020 in Theme support
hello, I need to have a mobile site 100% width without borders, but I can not set it even if I rewrite CSS so it always comes back.


@media only screen and (max-width: 767px)
.section_wrapper, .container, .four.columns .widget-area {
    max-width: 700px!important;
    padding-left: 33px!important;
    padding-right: 33px!important;
}


I need 

@media only screen and (max-width: 767px)
.section_wrapper, .container, .four.columns .widget-area {
    max-width: 700px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}


pls help me

Comments

Sign In or Register to comment.