Hi ..
How can I add a little padding on the left side to the Widget Heading and Content .. my example is “Latest News”
Thanks
Bill
Hey bdm55!
Try this CSS out.
aside { padding-left: 20px; }
Or this.
.aside .widget { padding-left: 20px; }
If that is not working then send us a link to your page and we’ll take a look.
Cheers!
Elliott
It didn’t work..