RSS - overflow problem

I

I would like to get rid of the scroll bars… does anyone no the css and where to add it?

Thanks - and happy new year!

Best, Lars

Hello Lars,

Add following line of CSS code in style.css or if you are using buddypress-media you can find Custom CSS option in rtMedia settings. You can directly paste this code in given box.

#buddypress #whats-new-options { height: auto !important; overflow: hidden; }

Hope this helps you.

Thanks