Hi,
I found this post when searching. I have the same issue, I don’t want the sidebar posts to align with 40px padding like it does in the attached screen shot. I added the code given above (except 3.5% as I don’t want any padding) in the Theme Options Custom CSS, but it did not work. Any suggestions?
.cat-post-widget {
padding: 0;
}
.cat-post-widget ul {
padding: 0;
}
