Tagged: fullscreen slider
-
AuthorPosts
-
December 2, 2013 at 5:43 pm #195365
Hi Enfold,
Two quick questions, sorry if they’ve been answered already, but really couldn’t find ‘m elsewhere in the forum.
1. In the fullscreen slider I can choose between multiple caption positions. When I pick “right framed” the caption is on the far right and conflicts with the ‘next button’. Also, I want the box to be lower (like the “bottom framed” position) but then on the left.
Can I change the position of the caption manually in the fullscreen slider to create a “bottom framed right” position?2. Related to this, can I recreate the fullscreen slider in “advanced layer slider” so I have more options for captions and image styles? I can’t seem to figure out what settings to use for a custom slider to recreate how the fullscreen slider always uses the full height of the browser window.
Thanks in advance and, obviously, I love your theme!
Kind regards
December 2, 2013 at 10:16 pm #195505Hi rbosch!
Can you post the link to your page where you have added fullscreen slider so we can inspect elements and provide you custom CSS code?
Best regards,
YigitDecember 2, 2013 at 10:39 pm #195518Hi Yigit,
Thank you for the quick reply. Here is the page: http://www.#.nl/homepage .
- This reply was modified 10 years, 12 months ago by rbosch.
December 2, 2013 at 10:46 pm #195522Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.slideshow_align_caption { padding-right: 30px; }
It will add 30px of padding to right of the caption so it should not conflict with next button
Cheers!
YigitDecember 2, 2013 at 10:54 pm #195526Thank you, this works for avoiding overlap between the two elements. Is there a way I can lower the caption (at the same height as the “bottom framed” position) through an adjustment in the code?
- This reply was modified 10 years, 12 months ago by rbosch.
December 2, 2013 at 11:23 pm #195536Hi!
Please add following code to Quick CSS as well and adjust as desired
.slideshow_align_caption { top: 60%; vertical-align: inherit; }
Cheers!
Yigit- This reply was modified 10 years, 12 months ago by Yigit.
December 2, 2013 at 11:35 pm #195546Thank you Yigit, works like a charm. Compliments on a great theme and equally great support.
Kind regards
December 2, 2013 at 11:45 pm #195551 -
AuthorPosts
- The topic ‘Fullscreen slider caption positioning’ is closed to new replies.