Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #980039

    Hi,
    I’m using your travel version of Enfold theme as you can see the button on slider is cutoff as it also cutoff on theme demo https://kriesi.at/themes/enfold-travel/ please advise

    #980254
    This reply has been marked as private.
    #980419

    Hi,

    Thank you for using Enfold.

    Adjust the default caption margin to create more space for the button. You can also decrease the size of the button on mobile view. Try this css code.

    @media only screen and (max-width: 767px) {
        .avia-caption-content p {
            margin: 5px 0;
        }
    
        #top .avia-slideshow-button {
            margin-top: 5px;
        }
    }

    Don’t forge to purge the cache prior to checking the page.

    Best regards,
    Ismael

    #980524

    That worked
    Thanks!

    #980854

    Hi,

    Awesome! Glad we could help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    Don’t forget to bookmark Enfold Documentation for future reference.

    Thank you for using Enfold :)

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Slider Buttons cutoff on Mobile’ is closed to new replies.