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

    Dear Support

    I have a small issue with BUTTON visualization on mobile when I place the button on Layers Slider Nav

    Steps I follow:
    – Get the button shortcode
    – PLace the code on a slider in layerslider nav
    – check the slider on mobile

    The slider is fine but the button comes out huge

    What do i have to do to make sure that buttons placed on layer slider nav are correctly displayed on mobile?

    Thanks so much as always

    #275646

    Hey Gurify!

    Thank you for using the theme!

    Please try to add this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .avia-layerslider .avia-button.avia-size-large {
    padding: 7px 15px 6px;
    font-size: 10px;
    min-width: 50px;
    }
    }

    Cheers!
    Ismael

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