The issue is fixed though, just you need to increase the line height in the css you’ve added. Should be:
line-height: 60px;
Not sure the functions.js file has actually been updated on the site?
Try this custom css for the logo:
@media only screen and (max-width: 479px) {
#logo img, #logo img.retina {
max-width: 170px;
}
}
This should fix the text not showing on iPhone:
.mobile-browser .spb_parallax_asset .spb_content_wrapper {
opacity: 1!important;
top: 50%!important;
}
Hope that helps.
– Ed