Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #362653

    Hello,
    My logo is 470×30 and is showing at the top of the header. Is there a way to valign it to the middle? I have my Menu and Logo position set to Logo left, Menu Right.

    #363246

    Hey realsmartshoppers!

    You could edit your logo image and add some transparent space above it.

    Or you could try setting a custom pixel value for your header in Dashboard > Enfold > Header and then use this CSS to push it down a bit.

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

    If your still having trouble then send us a link and we’ll take a look.

    Regards,
    Elliott

    #363308

    That did move the header image down but now when I use the shrinking header feature, the logo drops down to the bottom when the header shrinks. Ideally, I would like it valigned centered at all times. For now, I removed the header shrinking feature but if you have a workaround I would like to re-enable it.

    The site is: http://nurserecruitmentcenter.com/blog/

    #363411

    i think the best bet would be to edit the image like Elliott said.
    Having the gap as part of the image would cause it to shrink as well when the logo shrinks.

    #363900

    Hi!

    Try adding this as well.

    .header-scrolled .logo img { top: 0px !important; }
    

    Cheers!
    Elliott

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