Okay
  Public Ticket #1472003
Slider Mobile Button
Closed

Comments

  • dat_07 started the conversation

    Hello, I've read this https://themenectar.ticksy.com/article/2037, but it didn't help me to make the whole button bigger on mobile version of Nectar Slider, only the font become bigger. Can you please fix it?

  • dat_07 replied

    And also on mobile slider didn't work loop mode despite of that I set a time for switch slides (in Desktop Version all is okay)

  •  8,394
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):

    @media only screen and (max-width: 690px) {
        body #ajax-content-wrap .nectar-slider-wrap div.swiper-slide .button a {
            padding: 21px 17px !important;
        }
    }

    Thanks


    ThemeNectar Support Team 

  • dat_07 replied

    Thanks a lot!