header space

Home Forums All Other Themes header space

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #156614
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    Hi

    please advise code to reduce header space when not using image banner please, ie:

    https://www.beautifulhomesuk.co.uk/double-glazing/ (page)
    https://www.beautifulhomesuk.co.uk/bison-sash-windows-genesis-vs/ (post)

    thanks

    #156691
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .page_head, .post_head { min-height:100px; max-height:300px;}
    .hide-header .page_head {
        height: auto;
        position: relative;
        min-height: 50px;
        max-height: 300px;
    }

    Regards,
    Dave

    #156692
    NigelNigel
    Participant
    • Topics: 171
    • Replies: 311
    • Total: 482
    Member since: March 17, 2016

    thanks

    #156695
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30649
    • Total: 30649
    Member since: August 16, 2013

    🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.