You can force on CSS. It's simple.
Just add this css:
.fancybox-next {
bottom: 10px;
top: auto;
width: 30px;
height: 30px;
}
.fancybox-prev {
bottom: 10px;
top: auto;
width: 30px;
height: 30px;
right: 60px;
left: auto;
}
.fancybox-next span, .fancybox-prev span{
visibility: visible !important;
display: block !important;
}
Or Just click here.
http://fiddle.jshell.net/t91p3g7s/6/
:)
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…