Reply To: Slider Position

Homepage Community Forums Optimal Theme Support Slider Position Reply To: Slider Position

#7690
rhyslud
Customer

    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.