Mehmetelen class container olabilir.
Eğer öyle ise bunu style.css dosyasınızı en altına.


.container {
width: 100% !important;
max-width: 100% !important;
}

Eğer olmaz ise, footer.php body tagının altının altına:

<style>
.container {
width: 100% !important;
max-width: 100% !important;
}
</style>

Eğer clas
s adınız "container " değil ise, container alanını sizin class adı ile değiştirin.