Homepage › Community Forums › Epik Theme Support › Header height – iPhone Only
Tagged: header height, iphone
Hi! I’m trying to think of a way to reduce the header height on an iPhone only. It looks great on the desktop and the iPad, but on the iPhone it’s too high.
http://iawds.cheridufresne.com/
Suggestions?
You can add this code to the iPhone section in your css (responsive css at the bottom) and that would remove the extra spacing/height –
.header-image .site-title a { min-height: 0; }