i set product gallery to slider,
and set gap 1px,
but dont work
get it,
if set in desktop, the mobile set will not work
Hi @timchen ,
Thanks for the report. The Gap setting only take the base breakpoint value.
I have recorded this in the bug tracker.
For the arrows position, you can only adjust them by using custom CSS.
Example:
%root%.thumbnail-slider .flex-direction-nav a.flex-prev {
left: 10px;
}
%root%.thumbnail-slider .flex-direction-nav a.flex-next {
right: 10px;
}
Regards,
Jenn
Hi @timchen ,
Just wanted to update this thread.
After discussing with the team, we realized this is the limitation of the flexslider which is unable to take gap settings based on different breakpoints.
Flexslider is the library used in the WooCommerce product gallery,
http://flexslider.woothemes.com/
Regards,
Jenn