Hey :)
how can i decrease the container height wherw the logo and the navigation is sitting.
I have to use the Non-fixed-header with Social Icons and additional Navigation or the Fixed-header with Social Icons and additional Navigation.
Unfortunately, i cant declare this ticket / post to private, to give you a link ans the login credentials.
Br,
Martin
Hey!
Please refer to this post if you would like header to be resized when scrolled https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
Instead of 200, you can use 90-100
Best regards,
Yigit
Hey Ygit,
thy, but, hm … well, the distance between the Logo / Navigation and the rest of the site is decreased, but unfortunately also the logo …
Br,
Martin
Hey!
Can you post a screenshot and show how you would like header to look? I am not sure if i understood you clearly.
Please also add following code to Quick CSS to decrease top padding of main content area
.fixed_header.social_header #main {
padding-top: 111px;
}
Cheers!
Yigit