Okay
  Public Ticket #2077958
Nectar Slider Button Size
Closed

Comments

  •  5
    Steve started the conversation

    Hi Tahir,

    Is it possible to adjust the size of the buttons on the Nectar Slider on mobile as they are really small.

    Thanks,

    Steve

  •  3,025
    Andrew replied

    Hi Steve,

    Use the following custom css:

    @media only screen and (max-width: 690px){
        body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .button.transparent a, body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .button.transparent_2 a{
        font-size:20px;
    }
    }
    

    Hope this helps.

  •  5
    Steve replied

    Hi Tahir,

    Thanks that's great. Could you take a look at http://smartsparks.co.uk on mobile. For some reason when it loads the font size on the slider goes really small. Any ideas?

    Thanks,

    Steve

  •  5
    Steve replied

    Sorry Andrew, I put Tahir on the last message. Apologies.

    Steve

  •   Andrew replied privately