Encountering an issue with content being cut off on iPad devices.
Even when the width exceeds the iPad's resolution, it seems strange that horizontal scrolling isn't automatically added instead of cutting off the content.
If anyone has any suggestions on how to handle this situation effectively, I would greatly appreciate it.
You can view the site here and a screenshot is provided below.
The problematic part of the code might be:
#wrapper {
position:relative;
width: 1180px;
margin: 0 auto;
}