- This topic has 1 reply, 2 voices, and was last updated 8 years, 8 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › 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;
}