Archived topic
Not able to utilize blog content layout
21 replies · Started by Daniel on September 16, 2022
Ying heres my blog post do you see the padding around it? How do I get rid of the padding or the border around the post? Here's the link https://webhappyhealth.com/top-five-prostate-supplements-that-are-proven-to-work/
Hi there,
in Customizer > Additional CSS look for this CSS:
.inside-article, .sidebar .widget, .comments-area {
border-right: 2px solid rgba(0, 0, 0, 0.00);
border-bottom: 2px solid rgba(0, 0, 0, 0.00);
box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}
If you just want to remove the border / shadow from the single post, then change that CSS to:
body:not(.single-post) .inside-article, .sidebar .widget, .comments-area {
border-right: 2px solid rgba(0, 0, 0, 0.00);
border-bottom: 2px solid rgba(0, 0, 0, 0.00);
box-shadow: 0 0 10px rgba(232, 234, 237, 0.5);
}
That worked just fine, thank you!
Glad to hear that !
You are welcome :)
Hello Im trying to get the post meta layout below the site title and the breadcrumb in the bottom left of the featured image just like this post here https://mensgardening.com/how-to-aerate-your-lawn/.
What's the best way for me to do this with generate blocks?
Hi Daniel,
Are you able to open a new topic and link us to your site again?
Thanks!