Increase Logo Size

  • Unknown's avatar

    Hello, I would like to increase the logo size on the home page. I don’t want it to be huge but about a half inch larger on each side. Also wondering if I can eliminate the extra white/blank space on the top of the page…..bring the logo right to the photo AND could I make all of the navigation tabs on one line? See how contact is below on the top? THANK YOU!

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi dnorden1,

    Your logo isn’t playing nice with me. I’ll keep fiddling with it, but in the meantime, you can see if these adjustments work for you.

    .header-wrapper {
        padding: 0px 0px 0px 0px;
    }
    
    #basis-header-nav {
        max-width: 60%;
    }
    
    .custom-logo {
        padding-bottom: 0px;
    }
  • Unknown's avatar

    This might be more satisfactory. Give it a whirl.

    .header-wrapper {
        padding: 0px 0px 0px 0px;
    }
    
    #basis-header-nav {
        max-width: 60%;
        padding-top: 20px;
    }
    
    .custom-logo {
        background: url("https://owlsheadpartners.files.wordpress.com/2015/06/logo.jpg") no-repeat;
        height: 220px;
        width: 400px;
        padding-bottom: 0px;
    }
  • The topic ‘Increase Logo Size’ is closed to new replies.