Is it possible to have a resizable header on tablets as well as desktop ?
alternatively, set a reduced height.
You can see my site: (below)
thank you
Sabina
Hey LbCCbeA_89,
Thank you for using Enfold.
Please decrease the height of the logo on tablet view. This will, in turn, decrease the height of the header.
@media only screen and (min-width: 768px) and (max-width: 1024px) {
#top #header_main > .container, #top #header_main > .container .logo a img {
height: 80px !important;
line-height: 80px !important;
}
}
Best regards,
Ismael