I want the site to be how I have it now and mobile responsive I guess is what I am looking for. I like having the content stretched and centered which is what the .content-wrapper css is doing to make my site look like that
If you add auto to the margin it makes it mobile responsive. I am using the Sela theme and the and content is all along the left but I want everything to be more centered like I have it now. If I remove that css it goes back to all on the left
.content-wrapper .content-area {
float: center;
margin: -15;
width: 1120px;
}
right now I have this in my css to make the site so the text goes all the way across and it looks nice but it makes my site not mobile responsive any more the text keeps going.