Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #440070

    hi – I just looked at our site on mobile, and the top header content is creating a very tall thin rectangle. Take a look on an iphone:
    http://huttonfoundation.org
    how to fix this?

    Thank you,

    Doug Anderson

    #440746

    Hi doug123!

    That’s strange, have you done any customisations to the theme? Try adding this to Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    .responsive #header .social_bookmarks {
      height: 35px !important;
    }
    #header_main .inner-container {
      height: auto !important;
    }
    }

    Cheers!
    Rikard

    #441068

    Thanks Rikard!

    No, we haven’t done any customizations.
    Your solution works great!

    Doug

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Top header content (social, phone number) on mobile’ is closed to new replies.