woocommerce / FlexSlider

An awesome, fully responsive jQuery slider plugin
http://www.woocommerce.com/flexslider/
GNU General Public License v2.0
4.92k stars 1.69k forks source link

Next and previous buttons are cropped #1752

Closed Xerbo closed 1 month ago

Xerbo commented 5 years ago

I'm in creating electron app and am using flexslider from npm and have discovered a problem with the positioning of the next and previous buttons. Previous Next I am on a linux system with: kernel: 4.15.0-45-generic NPM: v3.5.2 node.js: v8.10.0 electron: v0.35.6

This may be specific to me but can be fixed easily with the following css:

.flex-direction-nav a:before{
  line-height: 1;
}
cworth-gh commented 4 years ago

Thanks. I had the same bug and the workaround given here fixed things for me as well.

laryn commented 3 years ago

Problem exists for me as well and the fix takes care of it. I have submitted it as a PR here: