I am seeking assistance as I have encountered a problem on my website built using bootstrap 4.1. You can find my website at . The site functions correctly in chrome, firefox, opera, and IE, but when viewed on Safari, there is an unexpected white space on the right side, causing a side scrolling effect that is not intended.
I meticulously inspected the code line by line to ensure there was no overflowing element causing the issue. Additionally, I attempted to rectify it by adding the following:
html, body {
width:100%;
overflow-x:hidden;
}
While this solution resolved the white space problem, it had the unintended consequence of disabling the navbar scroll functionality on those browsers and also completely disabled mobile navigation. Unfortunately, due to its length, I cannot provide the entire code here. If this issue has been addressed before, I apologize, but I could not locate a relevant solution.