-
AuthorPosts
-
February 5, 2024 at 11:36 am #1432986February 5, 2024 at 11:55 am #1432992
Hey dreamreader,
Could you post a link to where we can see the element in question please?
Best regards,
RikardFebruary 5, 2024 at 11:58 am #1432995Hi Ricard,
there we are:
on privateBest regards
- This reply was modified 9 months, 3 weeks ago by dreamreader.
February 5, 2024 at 2:33 pm #1433005Hi,
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,
RikardFebruary 5, 2024 at 2:39 pm #1433007Hi,
thank you for your reply.
Hmm …
Did not work …Best regards
February 5, 2024 at 3:38 pm #1433011Hi,
Please try this CSS instead:
@media only screen and (max-width: 767px) { .avia-builder-el-0 .slideshow_caption { padding-top: 0 !important; } }
Best regards,
RikardFebruary 5, 2024 at 5:24 pm #1433017Hi 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
HubertFebruary 5, 2024 at 10:02 pm #1433052Hi,
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,
RikardFebruary 5, 2024 at 10:22 pm #1433057Hi 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
HubertFebruary 6, 2024 at 10:58 am #1433202Hi,
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,
RikardFebruary 6, 2024 at 12:23 pm #1433267Thank you Rikard, everything fine in the moment, you can close the topic.
Best regards
February 6, 2024 at 2:32 pm #1433279Hi,
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 -
AuthorPosts
- The topic ‘Fullscreen Slider Caption position on mobile’ is closed to new replies.