Forums › Forums › Bug Reports › Styled Box Numbered Box Does not render well
Tagged: number-box, styled-box
-
Styled Box Numbered Box Does not render well
-
Really like the styled box, especially in the editor. But the numbered box looks nothing like the editor version. Not circles, oblongs, and small type. Suggestions?
https://www.seriousinsights.net/ten-reasons-not-to-trust-a-futurist-forecast/
-
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;
}-
Thanks. That worked. I just slogged through a switch to this theme, so no desire to switch again. I’m touching all of my posts (about 800) to make them look good in the new theme. Appreciate the continued support.
-