Homepage › Community Forums › Optimal Theme Support › Slider Position › Reply To: Slider Position
I am no css expert but I had the same issue. So file this under the blind leading the blind but . . .
I fixed it with this css:
.header-image .site-title a { min-height: 94px; }
I am not sure why it needs the “a” but it does not work without it.