Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #46782
    sabine
    Member

    Hello,
    My header image has white space on either side and I can’t get rid of it. I tried padding en margin in the css, but without effect.
    Can anyone help?
    http://www.orgentis.nl/

    #46818
    Sakin
    Keymaster

    @sabine: Can you replace your following CSS from “Appearance => Theme Options => Custom CSS” box
    #header-content { padding: 0; }

    With the following css:

    #header-content {
        margin: 0;
        padding: 0;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘header margins left & right side’ is closed to new replies.