Is there an option to move the flexslider thumbnails from the bottom of the slider to the left side of the slider? When showing portrait and landscape photos in the same slider, it looks weird, because the thumbnails sit way below the slider to account for the portrait images. If the thumbnails were running down the left side of the slider, this would not be a problem.
flexslider with thumbnails (full thumbs grid)
2 replies · opened May 23, 2017
Ttrmc1973May 23, 2017
Ttrmc1973May 25, 2017
Was my question skipped for some reason?
SSemicolon WebSTAFFMay 27, 2017
Hello,
Thanks for your Patience! This is Definitely Possible but requires some CSS Customization! Please consider using the following CSS Code:
.fslider .slider-wrap {
float: left;
width: 90%;
}
.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs {
float: left;
width: 10%;
margin: 0px -2px -2px 0;
}
.fslider.flex-thumb-grid .flex-control-nav.flex-control-thumbs li {
width: 100% !important;
padding: 0 0 2px 2px;
}and the following HTML Code:






This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard