Okay
  Public Ticket #297609
Home buttons very small in mobile devices
Closed

Comments

  • Trisquelmedia started the conversation

    i would like the home slider buttons always had the original size, because in mobile devices i cant read the text inside it, do you can provide me the custom css?

  •  8,839
    Tahir replied

    Hey!

    Add this into the Custom CSS box located in your Salient Options panel :
    
    @media only screen and (max-width: 480px) {
        body .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .button.transparent_2 a {
            padding: 9px 7px!important;
            letter-spacing: 0.5px!important;
            border-width: 1px;
        }
        body .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .button a {
            font-size: 18px!important;
            padding: 9px 7px;
        }
    }
    
    
    
    Thanks


    ThemeNectar Support Team 

  • Trisquelmedia replied

    Works! Thxs a lot!