Home › Community Forums › Optimal Theme Support › Responsiveness questions › Reply To: Responsiveness questions
April 2, 2012 at 11:42 pm
#597

Moderator
I don’t have an iPhone in front of me, so I have no idea what it looks like without the responsive code. If the menu is cutoff, you could also try adding a width to the “.head-wrap” in your style.css file on or around line 195.
.head-wrap {
background: #4c5e6b;
width: 960px;
}