Comments 2Natethenomad started the conversationNovember 24, 2016 at 11:40amHi,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,092Oliver repliedNovember 24, 2016 at 11:44amHi, 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 2Natethenomad repliedNovember 24, 2016 at 6:00pmI 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,092Oliver repliedNovember 24, 2016 at 6:15pmCss: #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 2Natethenomad repliedNovember 29, 2016 at 4:28amAwesome! Thank you! Sign in to reply ...
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.
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
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.
Css:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Awesome! Thank you!