Content Width on mobile

(for BOXED Layout)

Hello,

I'd like to shrink the margins of the content area on mobile devices like iPhone to increase the content area.
I tried it with:

@media (max-width:767px){
#Content {
margin-left: -30px !important;
margin-right: -30px !important;
width: 116% !important;
}
}

how can I automatically set the width if I define the margin like this?

greetings Jörg
sorry my English ist not so good.
I hope you understand me

Comments

Sign In or Register to comment.