My website is cut-off on the sides when viewing on a mobile. Here is my css setup for the container that contains the rest of the website:
#base {
background-color: #FFFFFF;
border: 2px solid #FFCC99;
height: 556px;
left: 50%;
margin-left: -440px;
margin-top: -288px;
position: absolute;
top: 50%;
width: 880px;
}
Is there any change I should make here to make the entire content visible?
When viewing the site on a mac in Safari, when pushing the green "+" shrinks to the viewport you see on a mobile.