Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1165723

    Hi,

    My Full width easy slider button cut off on mobile. How would I resolve this?

    #1165811

    Hey darrenheld2,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .home .avia-builder-el-0 .slideshow_caption {
        padding-top: 0 !important;
    }
    
    .slideshow_caption {
        padding-right: 0 !important;
    }
    }

    Best regards,
    Rikard

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