Flexslider arrows not displayed properly

thosetinydreams picture thosetinydreams · Nov 6, 2013 · Viewed 25.1k times · Source

I've been stuck with this problem for some time, and can't seem to find an answer, so I decided to ask straight.

I am using the Flexslider plugin to display multiple images on a site, however, the arrows navigation that displays when hovering the image is off. The arrow is cut off at the top, and the text underneath it that is supposed to be completely hidden is partly showing. Here is a screen shot of the problem:

enter image description here

I tried tinkering with the CSS, but I just can't figure it out. Could anyone please help me?

Answer

And390 picture And390 · Jan 14, 2014

You can also add line-height to solve it:

.flex-direction-nav a  {
    line-height: 40px;
}

PS: It seems like a Flexslider bug, that it does not work properly with default settings.