I'm a budding Web Designer and Developer, and I'm facing an issue with my code not extending the full width of the screen while using the Bootstrap framework for a current project. Despite having created similar landing pages in the past without encountering this problem, I now notice empty space to the right of all main elements in the body except the navbar and footer. The jumbotron, div, and
tags don't span the full width as expected, leaving extra room on the right side of the screen. This issue is particularly noticeable at 320px resolution, impacting the overall professional look of the page. (Screenshots included for Desktop and 320px responsive view)
Despite spending time tweaking the code and searching online for solutions, I have been unable to find the root cause of the problem. I would greatly appreciate it if someone could review my code, identify any mistakes made, and provide the necessary corrections to the HTML/CSS files.
Thank you!
View Desktop screenshot View 320 px screenshot
<!DOCTYPE html>
<html lang="en">
... (omitted for brevity) ...
</html>