Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1103583

    Hi can someone help me, i set up an easy slider with text unboxed on the right side on desktop this works out good (Picture 2), but when i scale up to mobile devices the text jumps to the left through the face on the picture (Picture 1 and 3). Is the a way i can keep this text on the right side?

    Here’s the example:

    View post on imgur.com

    • This topic was modified 5 years, 9 months ago by K&H.
    #1103629

    Anyone here? I think there must be an easy solution

    #1104236

    Hi,
    Sorry for the late reply, please include a url to the page so we can assist.

    Best regards,
    Mike

    #1104285

    Hi Mike no problem, thanx for your response.
    Hereby the temporary url. Hope you can help me out.

    #1104313

    Hi,
    Thank you, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (max-width: 767px) {
    .responsive #top .slideshow_caption {
        right: 0 !important; 
        width: 40% !important;
        left: unset !important;  
    }
    }

    Please clear your browser cache and check.

    Best regards,
    Mike

    #1104324

    Yes this did the trick, thanks Mike!

    #1104325

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change position of text from easy slider on mobile’ is closed to new replies.