Forums › Forums › Bug Reports › Styled Box Numbered Box Does not render well › Reply To: Styled Box Numbered Box Does not render well
-
Hi @DanielWRasmus ! Thanks for letting us know. We’re able to recreate the issue on our end, and your current theme’s style conflicts with the plugin’s style produces what you’re seeing. The easiest remedy is switching to another theme. However, if you want to keep your current theme, here’s some custom CSS code you can use:
.ub-styled-box.ub-number-box .ub-number-panel .ub-number-container .ub-number-display{
font-size: 40px;
margin-bottom: 0;
}
.text .ub-styled-box.ub-number-box .ub-number-panel .ub-number-box-title{
font-size: 30px;
}