I have a responsive wordpress theme and the right site of the site i off on mobile (IOS).. how can i remedy this?
I have tried the usual minwidth to no avail..
.middle {
clear: both;
z-index: 2;
width: 100%;
padding-top: 27px;
min-width:1450px
}

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Your site doesn’t appear to be responsive, at least from what I can see. Do you have any media queries set?
Check out media query syntax
Edit: I just checked the parent theme stylesheet and there are no media queries set, thus your theme is not responsive.