Cant get rid of the padding & margin on mobile site

shanashana Registered Users Posts: 7 Big grins
hi i was wondering if anyone could help me. Ive been trying for hours to get rid of the below code for mobile. Its creating unwanted space on my mobile.

@media screen and (max-width: 736px)
.sm-page-widget .sm-page-widget-content {
margin: 0 12px!important;
padding: 12px 0!important;
}

so I changed it to;
@media screen and (max-width: 736px)
.sm-page-widget .sm-page-widget-content {
margin: 0px!important;
padding:0px !important;
}

to no avail also wondering if its maybe to do with where im putting this css to overwrite it. Any help would be really appreciated.
Tagged:

Comments

Sign In or Register to comment.