Support Team
posted this
10 April 2017
Hello Richard,
you may try to move the thumbnails to the left via custom CSS code. Here is a sample for Desktop mode
.bd-imagethumbnails-4{
bottom: 20%;
height: 20%;
left: 100%;
position: absolute!important;
width: 100%;
z-index: 100;
}
Please remember that you may need to play around the z-index value. And left, bottom values should be set separately for each screen size (Laptop, Tablet, Phone). Because the position is set absolute
Regards,
Aileen
Hello Richard,
you may try to move the thumbnails to the left via custom CSS code. Here is a sample for Desktop mode
`.bd-imagethumbnails-4{
bottom: 20%;
height: 20%;
left: 100%;
position: absolute!important;
width: 100%;
z-index: 100;
}`
Please remember that you may need to play around the z-index value. And left, bottom values should be set separately for each screen size (Laptop, Tablet, Phone). Because the position is set absolute
Regards,
Aileen