Logo positioning

Home Support Blog Way Logo positioning

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #6978
    Anonymous
    Inactive

    Is there any way I can make my logo a bit higher in the header? At the moment it is quite low down so there is a big space at the top.

    http://www.birdandthebeard.com

    Thanks

    #6979
    ProDesigns
    Keymaster

    Hi @kirsten

    Please login to wp-admin, go to Appearance >> Customize >> Additional CSS and add following CSS to reduce space at top of logo.

    .sticky-top .main-banner {
        padding-top: 65px;
    }

    If you need further help, kindly let us know.

    Thank you.

    #6980
    Anonymous
    Inactive

    and now between the bottom of the logo and the top of the blog posts?

    #6981
    ProDesigns
    Keymaster

    Please replace previous codes with

    .sticky-top .main-banner {
        padding-top: 65px;
        padding-bottom: 0px;
        margin-bottom: 5px;
    }
    #6982
    Anonymous
    Inactive

    Thanks!

    #6983
    ProDesigns
    Keymaster

    Great!

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