Home › Forums › Design › Auto resize website for any resolution, then have mobile look exactly the same › Reply To: Auto resize website for any resolution, then have mobile look exactly the same
August 25, 2014 at 3:44 pm
#180608
Participant
I think that if I could get the auto resizing working for any resolution, I might be able to show them how the optimized mobile is preferable. Right now I have a fixed page height in CSS Stylesheet editor:
#primary {
height: 400px;
}
But that cuts them off at the bottom with their different resolution (they do not want to have to scroll) and it messes up some of my current mobile pages. Any thoughts on this? Thank you!