Hey there, I'm in the process of putting together a page at [link removed].
The top header is currently set at a large size of 1600px to cater to wider monitors. Unfortunately, setting it to 100% width is causing some strange rotation effects.
To prevent a horizontal scroll bar from appearing, I've set the body overflow-x to hidden. The goal is for the layout to work well on standard computer resolutions.
The challenge arises when accessing the page from a device with a very small resolution, like a mobile phone, or when resizing the browser window. In these cases, having horizontal scrolling would be beneficial, but it should only scroll enough to view the image and not beyond.
Does this explanation make sense to you? Feel free to let me know if I need to provide further clarification...
I've experimented with various combinations of min-width and overflow-x settings for both the body and header, but so far, I haven't found a solution that resolves the issue.
Any suggestions would be greatly appreciated!