Okay
  Public Ticket #2234548
Button Size in the Nectar Slider
Closed

Comments

  • traxfile64 started the conversation

    Hi guys please I have a small problem:

    I have imported the ecommerce ultimate template and everything is ok but in the slider (on the mobile view) the button or call to action in the slider is way too little [see attached image]. How can I make ir bigger (text and size of the button proportional)?

  •  3,023
    Andrew replied

    Hi traxfile64 ,

    Could you try and use the following CSS:

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

    add it to salient \ general settings - css script related - custom css code.

    Adjust the 15px to increase or decrease the button size.

    Hope this helps. 

  • traxfile64 replied

    Tha KS it worked