responsive problem
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
Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co
thanks