Hello.
I just added a full-width image slider but it is causing the text underneath it to indent and go off screen. Can you tell me how to fix this?
I have the same problem with the parallax slider, even the default full width slider page has the problem. Stopping the video pops up the text again, but it seems random. Any advise?
Hi!
Thank you for using Enfold.
I’m sorry but I don’t see the issue on Chrome and Firefox Windows 8. On what browser and OS are you testing this with? A screenshot will surely help.
Cheers!
Ismael
Hi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.slideshow_caption {
-webkit-transform: translateZ(0);
}
Best regards,
Yigit
I would really like to use the full width slider but it causes the text below it to indent and go out of the margins of the boxed content. It also affects the social icon in the footer. Can you let me know if there is a way to fix this?
Hey @robertwood04!
Try adding this code to the Quick CSS:
#footer .textwidget .av_font_icon {
opacity: 1 !important;
transform: none !important;
-webkit-transform: none !important;
-moz-transform: none !important;
}
Cheers!
Josue
That worked for the icon in the footer. I really want to use the full-width slider but when I use it the text box below it shifts to the right and the text disappears off the screen. Any way to fix this?
Hey!
Can you re-add the text box below so i can try to find a solution for that?
Regards,
Josue
It’s there below the full-width slider.
I see, it’s because of this code you have in Quick CSS:
#main .container_wrap .container main, #main .container_wrap .container {
max-width: 890px;
}
Cheers!
Josue