During my testing of a website at the link: This Website
I encountered an issue when viewing the site on an iPad using Safari. While everything appeared normal in browsers like IE, Chrome, and Firefox on my computer, I noticed a strange margin at the right side on the iPad. It's difficult to provide a screenshot, but imagine the entire webpage shifted to the left, leaving empty space on the right side. Can anyone offer insight into what might be causing this?
EDIT:
I observed that the mysterious margin seems to be connected to the buttons with the IDs of #prevslide and #nextslide that are used for sliding through images. The styles for these buttons can be found in separate stylesheets.
#prevslide and #nextslide
EDIT2:
Since the code is extensive, I will provide links to the specific stylesheets used on the website here.
The stylesheet for the slideshow, which includes the styling rules for #prevslide and #nextslide buttons, can be accessed below:
Style1
Style2
Additionally, the main stylesheet responsible for the overall appearance of the website is linked below. However, I believe the issue lies elsewhere.
Main Style