This topic has 2 replies, 2 voices, and was last updated 3 years, 11 months ago ago by Olga Barlow
I want the header to shrink when I scroll down but I can’t find an option for this. I used the header builder to make a custom header
Hello,
Sticky header size depends on its content. Try to add the below code to Theme Options > Custom CSS to reduce the size of the fixed heder logo that reduces the height of the fixed header
.et_b_header-logo.et_element-top-level .fixed img {
width: 90px;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up