Seeking guidance from a CSS expert. I'm facing an issue where only the right side of my website displays on iPhone/iPad browsers, leaving the left 1/3rd unseen.
If anyone can shed light on what's causing this and provide a solution, it would be greatly appreciated.
Below is the snippet of CSS responsible for the layout:
body {
position:absolute;
width: 960px;
top: 0px;
left: 50%;
margin-left: -480px;
}