Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #546204

    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!

    #547069

    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

    #547192

    Ok, I was able to fix this, thanks! You can close this thread.

    #548189

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header on iPad in Portrait Mode’ is closed to new replies.