Support › Forums › Flex Theme › Problem with smartphone view of website › Reply To: Problem with smartphone view of website
November 5, 2015 at 3:37 pm
#634
Moderator
I think that I got the problem.
Replace
.boxed .site-container {
background-color: #fff;
// -webkit-box-shadow: 0 0 3px #ddd;
// -moz-box-shadow: 0 0 3px #ddd;
// -o-box-shadow: 0 0 3px #ddd;
// box-shadow: 0 0 3px #ddd;
margin: 40px auto;
margin-top: 0px; /* remove this when using bg image or color */
max-width: 1140px;
}
WITH
.boxed .site-container {
background-color: #fff;
/*-webkit-box-shadow: 0 0 3px #ddd;
-moz-box-shadow: 0 0 3px #ddd;
-o-box-shadow: 0 0 3px #ddd;
box-shadow: 0 0 3px #ddd;*/
margin: 40px auto;
margin-top: 0px; /* remove this when using bg image or color */
max-width: 1140px;
}