You can add this CSS code.
.cat-post-widget {
padding: 0 3.5%;
}
.cat-post-widget ul {
padding: 0;
}
The Video preview is not in the same vertical line so you can also do this:
.content-container {
padding: 0;
}
.cat-post-widget {
padding: 0;
}
.cat-post-widget ul {
padding: 0;
}
If you use the latest WordPress version 4.7 there is a new CSS field were you can add very easy CSS code.
http://kometschuh.de/Easily-adding-custom-CSS-using-the-Theme-customizer.html
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;
}

Hello Monalh,
can you send us a Url and a screenshot (the attachment you doesn’t work) here http://tiptoppress.com/term-and-category-based-posts-widget/support/
(You can leave us a Url also here 😉 )
So I can see at the CSS and HTML at your site.
Oh, I’m so sorry!
But here’s my URL http://wayosi.no/WP2017/news/ 🙂
Mona
Hello Monalh,
please can you try this CSS rule:
.category-posts-internal {
padding-left: 0;
}
We want to give with our widget less CSS as possible, so on the other side users or Themes which want there own padding-left have problems to override our widget CSS. That’s why we don’t give here any CSS rule in our code.
Yes, that did the trick! Big THANK you! 🙂