• Can someone take a look and see why I can’t get my header to center. The theme did not have a header so I have added one. I am a creative director and not a programmer so this is the wrong side of the brain for me but I am working through it…

    Thanks in advance!
    https://www.goodlifeguide.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • It looks like you could solve the problem by putting an extra div inside the header div, with a class of “pads”. That is:

    <div id="header">
        <div class="pads">
            Header content ...
        </div>
    </div>

    And take the width off #header, that will interfere with the centering from the “pads” class.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘added a header and it is left can't center’ is closed to new replies.