Changing the width of upcoming events widget
-
How do I change the width of a widget text like my upcoming events in the middle footer so that it displays neatly?
The blog I need help with is: (visible only to logged in users)
-
You can add the code below to your CSS section at: https://wholehealthcare.wordpress.com/wp-admin/customize.php?url=https%3A%2F%2Fwholehealthcare.wordpress.com%2Fwp-admin%2F
.widget ul, .widget li { list-style-type: none; margin: 0px; padding: 0px; width: 140%; }
- The topic ‘Changing the width of upcoming events widget’ is closed to new replies.