I have knowledge of css and html. I tried to create a new container, it worked but it was acting weird.
I tried
.container2 {
float: none;
width: 2000px;
}
it worked but it was looking weird.
so I used
.container2 {
float: none;
width: 100%;
}
its a new container but its still doesn’t span across the page. Thank you for helping me out by the way. Hopefully you can help me solve this.