SyntaxFix
Write A Post
Hire A Developer
Questions
Simplest way to remove padding and margin is with simple css.
<div class="header" style="margin:0px;padding:0px;"> ..... ..... ..... </div>