Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #966392
Shrinking Header
Closed

Comments

  •  2
    Natethenomad started the conversation

    Hi,

    how can I make the header shrinking, when the logo is aligned left?

    At first I had it centered in menu and used this code:

    #page:not(.vertical-header) #site-header.fixed li.menu-item-logo h1 span img {
        height: 100px;
    }

    Unfortunately it did not work for the left alignment of the logo. At least it did not shrink after the change.

  •  7,092
    Oliver replied

    Hi, sorry, not quite sure what do you mean. Can you pls provide more details with screenshots?

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Natethenomad replied

    I want that the height of the menu bar shrinks when I scroll down. Richt now it stays the same size as the original logo height. I had it set to 100px but it does not work anymore, because I changed the logo alignment.

  •  7,092
    Oliver replied

    Css:

    #page:not(.vertical-header) #site-header.fixed h1 span img {
        height: 100px !Important;
    }
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  •  2
    Natethenomad replied

    Awesome! Thank you!