I need some help with the header section of my site on my iPad in portrait mode. For some reason the header is now larger than it was before. (see attached screen shot) I want to make the height smaller (see 2nd screen shot) Can you please give me some quick css to accomplish this? Thank you!
Hi djshortkut!
use this code in Quick CSS field:
@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px)
and (orientation: portrait) {
.html_header_top.html_header_sticky #header {
position: relative;
height: 0px;
margin-bottom: -27px;
}}
Regards,
Andy
Ok, I was able to fix this, thanks! You can close this thread.
Hi!
glad we could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Cheers!
Andy