There’s an option to enable the sticky header to shrink (ignored on smartphones and tablets). But I would like it to shrink on tablets, too.
The header takes up too much room on the small tablet (landscape mode) screen.
Is there a simple css snippet I can put in custom css to correct this issue? I only want to affect tablet landscape mode, everything else is perfect.
Thanks for the great theme and excellent support,
Chad
Hi crschulz!
Thank you for using Enfold.
I’m sorry but mobile device got some issues handling the shrinking header but you can try this on Quick CSS:
@media only screen and (min-width: 768px) and (max-width: 989px) {
.responsive #top #wrap_all #header { position: fixed; }
.responsive .header-scrolled #header_main .container {height: 60px !important; line-height: 60px !important; }
.responsive #top #main {padding-top: 115px !important; margin: 0;}
}
Adjust the #main container’s top padding and the header height.
Best regards,
Ismael
Didn’t work, at all. Actually made it worse by breaking the format and dropping the logo (no resize) below the header and removing the transparency on appropriate pages/posts.
Didn’t realize it was a big deal. No worries. I’ll manage.
Thanks,
Chad