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

    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?

    #300869

    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?

    #300928

    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

    #301670
    This reply has been marked as private.
    #301722

    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

    #301770
    This reply has been marked as private.
    #301843

    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?

    #301854

    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

    #301883

    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?

    #301885

    Hey!

    Can you re-add the text box below so i can try to find a solution for that?

    Regards,
    Josue

    #301915

    It’s there below the full-width slider.

    #301917

    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

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.