Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #342862

    How do we lower the logo so that it overlaps the menu below?

    Explained below:

    #342891

    Hey koala!

    Can you please post the link to your website?

    Cheers!
    Yigit

    #343047
    This reply has been marked as private.
    #344030

    Hi!

    Please add following code to Quick CSS

    strong.logo {
    position: relative;
    top: 20px;
    z-index: 99;
    }

    and adjust as needed

    Cheers!
    Yigit

    #344287

    Thanks! How do I get my logo to be the actual size that I uploaded? I chose “Use Actual Size” before I selected use as logo, but it shrinks anyways.

    NOTE: I used “Header Custom Height” as 60px because once I lower the logo, there’s too much empty space above it. So now the logo is tiny.

    #345154

    Hey!

    Right now the logo size is 106 × 120px which is the default logo size of your image, means no css width or height manipulation. What is the actual size of your logo?

    Cheers!
    Ismael

    #345420

    Elliot sent me this CSS and it was resolved:

    .logo, .logo a { height: auto !important; }

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘How do we lower the logo so that it overlaps the menu below?’ is closed to new replies.