[Solved] How to remove left and right white space from the default home page on opencart?


Try adding below code in /catalog/view/javascript/bootstrap/css/bootstrap.min.css

.container {
width: 100%;
}

1

solved How to remove left and right white space from the default home page on opencart?