Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #269385
    #269388
    strong.logo img{
    padding: 20px 0px;
    }

    Adjust the values to your need.
    20px is top and bottom, 0px is left and right.

    http://www.w3schools.com/css/css_padding.asp

    #270046

    Hey!

    Please go to Enfold theme options > Header Layout > Header Layout > Header Size = Custom Pixel Value > Header Custom Height = 110px

    Regards,
    Yigit

    #272100

    Thanks! Adding the CSS helped with padding issues. I was able to adjust size of logo using the header custom pixel value. Appreciate your help!

    #272167

    Hey!

    You are welcome, glad we could help!

    Regards,
    Yigit

    #316219

    what’s the best way to do this without affecting the padding as the logo shrinks while scrolling down? in other words, keep padding as default only.

    #316560

    Hey!

    have you tried what i have suggested here – https://kriesi.at/support/topic/how-to-add-white-space-above-logo/#post-270046 ?
    You may need to adjust the value depending on your logo size

    Cheers!
    Yigit

    #373955

    Hi,
    that helped to have more whitespace beneath the logo but not above the logo.

    How can that can be achieved

    Thank you

    Klaus

    #373966

    Hi!

    Add this to your custom CSS to create white space above the logo.

    .logo img { position: relative; top: 20px; }
    

    If that’s not working then send us a link to your page and we’ll take a look.

    Best regards,
    Elliott

    #373973

    Worked fine, thank you!
    Have a good 2015!

    Klaus

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to add white space above logo?’ is closed to new replies.