Okay
  Public Ticket #2560390
Nectar Slider Button too small on mobile
Closed

Comments

  •  16
    HelloPixely started the conversation

    Any idea why the Button is too small on mobile?

    Thanks,

    A

  •  2,965
    Andrew replied

    Hi there,

    Use the following custom css:

    @media only screen and (max-width: 1000px) {
     .swiper-slide .buttons > div a {
        padding: 25px 30px !important;
        font-size: 28px !important;
    }
    }
    

    Kind regards.

  •  16
    HelloPixely replied

    Thanks Andrew for your reply.

    Why do I need to add custom css?

    This should be in the Salient settings.