Unwanted left and right browser margins
I'm using Dreamweaver 2017.1 (build 9583).
I suddenly started getting these unwanted margins on the left and right of my web page, regardless of device and screen width. I do not get them in Dreamweaver live preview, only online.

Against the image background, the page is a centered div container with a class "container-fluid" whose css paddings and margins are all 0. Bootstrap used to put 15px left and right margins, but I reset them to 0. Now I'm getting these margins again, and bootstrap .container-fluid margins and paddings are still 0.
How do I remove these left and right margins so the container fills the entire with of any viewport?

