Creating this website was a rewarding challenge:
I utilized a blend of Webflow and my own expertise in html and css to meticulously structure the layout, ensuring that I could easily make updates to the code post-export for hosting on my client's server. While testing the responsiveness across various browsers, everything seemed flawless. However, after going live, some users on different desktop computers are reporting an issue with the .png image overlapping into the text div floated next to the image slider. Here are images displaying the discrepancy: my view of the site compared to how it shows up on their devices
Upon inspection, it appears that the culprit might be the div class="textbox-home". Initially, I encountered this problem during coding and resolved it by applying precise calculations to determine responsive widths for all elements. Despite adjusting the width to prevent overlap, the issue persists.