Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #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

    #195505

    Hi 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,
    Yigit

    #195518

    Hi 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.
    #195522

    Hey!

    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!
    Yigit

    #195526

    Thank 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.
    #195536

    Hi!

    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.
    #195546

    Thank you Yigit, works like a charm. Compliments on a great theme and equally great support.

    Kind regards

    #195551

    Hey!

    You are welcome! Glad we could help :) Let us know if you have any questions or issues

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Fullscreen slider caption positioning’ is closed to new replies.