Okay
  Public Ticket #1954535
Salient Slider Button on Mobile is Too Small
Closed

Comments

  • Jprofficial started the conversation

    The button size, even set to "jumbo" through the respective page (within salient builder), resizes on mobile to a tiny button. See attached screenshots for reference. Please advise.

  •  8,996
    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):

    div[data-button-sizing="jumbo"] .swiper-slide .button a {
        font-size: 18px !important;
        padding: 25px 45px;
    }

    Thanks


    ThemeNectar Support Team