Footer widgets - text clashing

Hi there
When I resize my window in Desktop the footer widgets (using SiteOrigin Editor) don’t respond resulting in text from say Footer Widget 3 clashing with text from Footer widget 4. The text doesn’t resize as the browser window is reduced in size (until it hits mobile responsive resize).

How can I sort this out please?

http://www.pm2-workbench.com/StopTheWorldCafe/food-drink/

Cheers!

Hello,

I hope you are doing well today.

You can use the following CSS code to reduce the font size by going to Appearance > Customize > Additional CSS and pasting it there.


.col-md-3.col-sm-6.footer-widget p {
    font-size: 12px;
}

Best Regards,
Support

Great. That worked a treat.

Thanks

This case is closed as well