Home › Forums › Feature Suggestions › Allow Show Slider Thumbnails to position on side of gallery
- This topic has 6 replies, 2 voices, and was last updated 7 years, 10 months ago by
Maureen.
-
AuthorPosts
-
July 21, 2015 at 18:41 UTC - Views: 26 #18057
Maureen
ParticipantRight now I can place the thumbnails above or below the slider. Would be nice to be able to place 2-3 columns on either side of the slider.
July 21, 2015 at 19:15 UTC - Views: 2 #23516scrambler
ModeratorIn the mean time, we can may be do that with custom CSS if you give us a page with specifics
July 21, 2015 at 19:39 UTC - Views: 2 #23517Maureen
ParticipantOn this page I have the thumbs below the slider. Would like to have 3 columns with slightly smaller thumbs along the side.
July 21, 2015 at 20:32 UTC - Views: 2 #23518scrambler
ModeratorThe rules below in Main Options > Fonts & Custom > Custom CSS rule box should do it (may need !important on some)
#atwkslider-wedding-invite-slideshow-1 .atwk-viewport {float:right;width:50%;}
#atwkslider-wedding-invite-slideshow-1 .atwk-control-nav {float:left;width:50%;}You will need to manage the number/size of thumbnails with the slider options, but the biggest issue with that kind of layout is that if you have a lot of thumbnails, they end up being a lot higher than the slider itself.
You can eventually conrol that by limiting the height and putting a scroll bar changing the second rule to
#atwkslider-wedding-invite-slideshow-1 .atwk-control-nav {float:left;width:50%;max-height:300px;overflow:auto;}
Of course you probably dont want that on phones, in which case you would make the rules
.is-desktop #atwkslider-wedding-invite-slideshow-1 .atwk-viewport {float:right;width:50%;}
.is-desktop #atwkslider-wedding-invite-slideshow-1 .atwk-control-nav {float:left;width:50%;max-height:300px;overflow:auto;}July 21, 2015 at 21:58 UTC - Views: 4 #23519Maureen
ParticipantSCRAMBLER, YOU ARE A GENIUS!!
The rule did not work when I placed it into the Main Opt/Font & Custom?Custom CSS rule box, but it DID work when I put it in the box on the bottom of the Slider tab. !important not needed and it lines up beautifullyPer-Slider Custom CSSAdvanced option. Add per-slider custom CSS. See Help file for more information.
Now I will add show if mobile to hide this and show slider only on mobile.
Thank you once again for making me look good. 😀
I am leaving it live for awhile for you to see before I put it back under construction.
July 21, 2015 at 22:19 UTC - Views: 2 #23520scrambler
ModeratorGlad you like it 🙂
In the theme Custom CSS rule box, it probably needed !important.
July 21, 2015 at 22:26 UTC - Views: 2 #23521Maureen
ParticipantI LOVE it and can’t stop looking at it!
-
AuthorPosts
- The forum ‘ Feature Suggestions’ is closed to new topics and replies.