when I set a custom pixel header size at 60px it looks good on desktop and mobile but on tablet the header size doubles for some reason.
Hi,
Can you post a link to your website please?
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
@media only screen and (max-width: 989px) {
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 0 !important;
}
}
Cheers!
Josue
Wow! That was the fastest response ever. Thank you!
You are welcome, glad we could help :)
Regards,
Josue