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:
Anyone here? I think there must be an easy solution
Hi,
Sorry for the late reply, please include a url to the page so we can assist.
Best regards,
Mike
Hi Mike no problem, thanx for your response.
Hereby the temporary url. Hope you can help me out.
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
Yes this did the trick, thanks Mike!
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