Looks like you could try adding an em of margin or so to .widget-title and .textwidget ?
Or you could add some left & right padding to the sidebar div. Because it’s a responsive theme (everything changing width as the browser width changes) and because I don’t know what else you might put in the sidebar, I suppose there’s a risk of some complications/unintended consequences with this.
Thanks for responding. I’ve tried adding padding, and it didn’t work. How might I do this?
try to add padding for instance to:
#secondary .widget { padding: 5%; }
So close. I couldn’t find the #secondary.widget, but I was able to add 1.5em margin to the title of the widget, but I could not find where the body text is located. There’s several areas I tried, but it made the entire widget disappear.
[CSS code moderated – a link to your site is enough to access the styles]
if you can’t find a style to edit, you can always add a new one to style.css.
also, the space between #secondary and .widget is important.