-6

I'm using opencart localhost.version is 2.0x i want to remove left and right white space from the default home page.how to do that? I'm using opencart in localhost. version is 2.0x i want to remove left and right white spaces from the default home page. how to remove that?

I want to remove spaces from both the sides of featured products and as well as spaces around banner

Parth Goswami
  • 323
  • 4
  • 16

1 Answers1

0

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

.container { width: 100%; }

Knowband Plugins
  • 1,297
  • 1
  • 7
  • 6