Hi Folks
I seem to be spending a lot of time getting logos positioned properly in Enfold, it may be time to re-evaluate the CSS for the theme. I have the logo vertically centred on desktops and android mobiles, but on iPhone the logo is being cut off – this is becoming infuriating. I have had to used many different iterations of CSS from this forum to get it centred vertically with good results on desktop and android but not with iPhone.
http://www.griggsysremovals.com.au
Can I have a true cross browser/platform fix and not just a CSS hack, please?
Andy
.logo img {
display: inline-block; vertical-align: middle;
}
seems to centre the logo vertically without breaking anything on both android and desktop…i can’t check on iPhone because I don’t have one…nor would a I want one…but there appears to be a bug with the logo on iPhone X…
the CSS hack above sorted the issue, don’t worry about it.