Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #903848

    Hello,

    I changed header size to custom pixel size of 50px. My logo size is 50px by 235px. Logo is cut off, how can I move logo up to be in the middle of the header area? Link to my site in private content.

    #904054

    Hey onastvar,

    I have checked your page and the logo isn’t cut off however it looks messed up as the social icons are lined up in a white space above the logo, also can you try going to Enfold > Header > Header Layout > Menu and Logo Position and set it to Logo Center, Menu Below. Hope this helps.

    Best regards,
    Nikko

    #904320

    Nikko,
    Thanks!
    When I set Header Layout to Logo Center, Menu Below, i have same issue with logo image being cut off. I still want to keep logo on the left (Logo left, Menu right). Also how to get rid of thin white border line below the header?

    See links for screenshots in private

    #904552

    Hi,

    Can you try adding this css code in your Quick CSS (located in Enfold > General Styling):

    #header .logo a {
        margin-top: 0;
    }

    Hope this helps.

    Best regards,
    Nikko

    #905087

    Perfect, CSS you provided worked, thanks!

    Also do you know how to get rid of thin white border line below the header?

    • This reply was modified 6 years, 3 months ago by anristudio.
    #905349

    Hi,

    You’re welcome, try adding this css code:

    .home #layer_slider_1 {
        border-top: none !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #905424

    Thanks again.
    Feel free to close this thread!

    #905478

    Hi,

    Glad to hear that. Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Logo position, header size, custom pixel value’ is closed to new replies.