Viewing 2 replies - 1 through 2 (of 2 total)
  • That is all about styling, so try modifying your css.

    You can begin changing these styles:

    #header {
        padding-bottom: 1.618em;
        padding-top: 3.631em;
        margin-bottom: 3.631em;
    }
    #header hgroup {
        margin-bottom: 1.618em;
    }

    as they are responsible for those “spaces” you mentioned.

    If you define “0” as new values, all those spaces will gone; or you can define your own…

    PS: for theme modifications, use a “child-theme” in order to protect your modifications from updates…

    Thread Starter webck

    (@webck)

    Thank you ManusH !

    it works…

    ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to reduce this useless space and horizontal ruler?’ is closed to new replies.