nuv Posted March 17, 2016 Report Posted March 17, 2016 Hello, Text in my SELECT form input is being chipped off after I increased blesta's font size to 18px. Any help is appreciated. My override CSS * { -webkit-border-radius: 0 !important; -moz-border-radius: 0 !important; border-radius: 0 !important; font-size:18px; font-family: 'Open Sans', sans-serif; } Test Image Quote
0 nuv Posted March 17, 2016 Author Report Posted March 17, 2016 Thanks Mike. However, I just added the following code to my structure.pdt and that solved it. <style> .form-control { padding-top:0px;padding-bottom:0px; } </style> Michael and Paul 2 Quote
0 Michael Posted March 17, 2016 Report Posted March 17, 2016 I'd see: http://stackoverflow.com/questions/15830115/select-option-font-size Quote
Question
nuv
Hello,
Text in my SELECT form input is being chipped off after I increased blesta's font size to 18px. Any help is appreciated.
My override CSS
Test Image
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.