Full Width

Hello,

in the new Be you have put "Full Width | except mobile" ... therefore excluding the mobile ... but how do I get the full widht design for the mobile?

I have edited this css:

@media only screen and (max-width: 767px){

.content_wrapper .section_wrapper, .container, .four.columns .widget-area {

  max-width: 700px!important;

  padding-left: 0px!important;

  padding-right: 0px!important;

}

}

Did I break it down?

Thank you so much

Comments

Sign In or Register to comment.