Can you add a scrollbar to the upcoming events widget?
-
I would like to add a scrollbar to the upcoming events widget on my blog so it doesn’t take up a ton of space. Is that possible?
The blog I need help with is: (visible only to logged in users)
-
Hi there!
You can add a scrolling effect to that widget with the following CSS:
ul.upcoming-events { height: 300px; overflow: scroll; }Just input that under Appearance -> Customize -> CSS. Also, just for future reference, we have a forum devoted to CSS customizations here:
https://en.forums.wordpress.com/forum/css-customization
In case you’re interested to learn a bit more, we have some information and resources here:
http://en.support.wordpress.com/custom-design/editing-css/
Let me know if that works for what you’re looking for!
-
-
- The topic ‘Can you add a scrollbar to the upcoming events widget?’ is closed to new replies.