Home › Forums › Trusted Pro › Header Enlarge, Shrink › Reply To: Header Enlarge, Shrink
November 8, 2018 at 4:22 pm
#6030
Andy
Keymaster
Hi Phillip
If I’m understanding correctly, this Additional CSS should do it:
#masthead.scrolled #site-branding {
padding: 20px 0;
}
#masthead.scrolled #site-branding img {
max-height: unset;
}
#masthead.scrolled #site-description {
padding: 20px 0 0 0;
}
#masthead.scrolled .top-tel {
padding: 5px 15px;
}
#masthead.scrolled #primary-menu li a,
#primary-menu.scrolled li.menu-item-has-children a {
padding-top: 10px;
padding-bottom: 10px;
}
#masthead.scrolled .menu-item-has-children::after {
top: 8px;
}