Thread Starter
monalh
(@monalh)
Hi,
Thank you for your reply. I already had these settings, so then I guess it’s a theme issue. Have to ask the developers of the theme. Thank you! 🙂
Mona
Yes, that did the trick! Big THANK you! 🙂
Oh, I’m so sorry!
But here’s my URL http://wayosi.no/WP2017/news/ 🙂
Mona
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;
}
