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
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
Thanks Rikard!
No, we haven’t done any customizations.
Your solution works great!
Doug