Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1035827

    Hi,
    I have an issue with the Enfold theme on mobile, when I use the full width easy slider it crops off the 2 buttons that I have on the slider.
    I have read all the topics on this but I have been unable to solve it.
    Could you please help?
    Thanks
    Justin

    #1035912

    Hey trunky32,
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    @media only screen and (min-width: 362px) and (max-width: 767px) { 
    .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
        padding-top: 6px!important; 
    }
    }
    @media only screen and (max-width: 361px) { 
    .html_header_transparency #top .avia-builder-el-0 .slideshow_caption {
        padding-top: 6px!important; 
    }
    #top .avia-builder-el-0 a.avia-slideshow-button {
        padding: 5px 5px !important; 
        margin-top: 2px !important; 
        margin-right: 0px !important; 
    }
    #top .avia-builder-el-0 .avia-caption-content p {
    margin-top: 0px !important;
    }
    }

    Best regards,
    Mike

    #1036009

    Hi Mike,

    Put in place and it works, just what I wanted…..perfect!

    Thanks
    Justin

    #1036094

    Hi,
    Glad we could help, unless there is anything else we can help with on this issue, shall we close this then?

    Best regards,
    Mike

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