SyntaxFix
Write A Post
Hire A Developer
Questions
Just in case you're using bootstrap 4, you can add px-0 (set left/right padding to 0) and mx-0 (set left/right margin to 0) CSS class to body tag, like below:
px-0
mx-0
<body class="px-0; mx-0"> <!--your body HTML--> </body>