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.
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;
}
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.
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):
Thanks
ThemeNectar Support Team