Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1432986

    Hi,
    how can I get a different position of the caption for mobiles?
    Right now caption position on large screen is centered, but on mobile it apears too far to the botttom.

    Thank you for help!

    • This topic was modified 9 months, 3 weeks ago by dreamreader.
    • This topic was modified 9 months, 3 weeks ago by dreamreader.
    #1432992

    Hey dreamreader,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1432995

    Hi Ricard,
    there we are:
    on private

    Best regards

    • This reply was modified 9 months, 3 weeks ago by dreamreader.
    #1433005

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .avia-builder-el-0 .slideshow_caption {
      padding-top: 0;
    }
    }

    Best regards,
    Rikard

    #1433007

    Hi,
    thank you for your reply.
    Hmm …
    Did not work …

    Best regards

    #1433011

    Hi,

    Please try this CSS instead:

    @media only screen and (max-width: 767px) {
    .avia-builder-el-0 .slideshow_caption {
      padding-top: 0 !important;
    }
    }

    Best regards,
    Rikard

    #1433017

    Hi Rikard,
    better now :-)
    Is there a solution to get it even more on top?
    Tryed it with variations of padding-top, but did not help …

    Thank you and best regards
    Hubert

    #1433052

    Hi,

    You could try this instead, but then it will go all the way to the top, so you would have to add a value to top padding, maybe 25% or something similar:

    @media only screen and (max-width: 767px) {
    .avia-builder-el-0 .slideshow_caption {
      padding-top: 25% !important;
    }
    .slideshow_align_caption {
      vertical-align: top;
    }
    }

    Best regards,
    Rikard

    #1433057

    Hi Rikard,
    wow, this is just perfect now!
    Thank you for your support!
    Whenever I have a problem with enfold, you have the solution.
    Best regards
    Hubert

    #1433202

    Hi,

    Great, I’m glad that we could help you out :-)

    Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

    #1433267

    Thank you Rikard, everything fine in the moment, you can close the topic.

    Best regards

    #1433279

    Hi,

    Thanks for letting us know, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Fullscreen Slider Caption position on mobile’ is closed to new replies.