I cannot figure out why, but my jumbotron will not stretch the meet the 100% width anymore. Any ideas or help would be great. Thank you!
Hi @l-ir15h-l - welcome to the forums.
Like most frameworks, Bootstrap has pretty good documentation.
Whilst I can’t replicate your site, because you’ve only posted a screenshot of your code, I think you might just need to use the jumbotron-fluid
modifier class.
So, change your <section class="jumbotron">
tag to <section class="jumbotron jumbotron-fluid">
and hopefully it’ll stretch to the full width of the viewport since it doesn’t appear to be contained anywhere else.
Let us know if that fixes it.