Vertical scrollbar needed

I have a long text element and it forces the font to be smaller…I would like to have a scrollbar to retain the font size

https://www.doremifisolatido.com/employee-spotlight-lisa/

I am providing admin access info

Hello William,

Thanks for writing to us.

Regretfully there is no option for that at the moment but you can achieve it by using custom CSS code. You need to go to the Text —>Customize —>Element CSS

$el.x-text {
overflow-y: scroll;
height: 100px;
}

Output

Employee-Spotlight-Lisa-ZP-Customer-Newsletter (1)

Please feel free to change the height as per your design. The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Hello William,

By withdrawing the post, I believe you already have resolved the issue. If the issue still existed, you can let us know.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.