Archived topic
Make padding much less for div.inside-article
3 replies · Started by Henry on May 10, 2019
Hopefully, my screenshot will make sense: https://prnt.sc/nmucyn
I am trying to drastically remove a ton of padding around the title of my list of Custom Archives.
I was able to successfully remove the excerpts and remove the 'read more' but it just leaves a bunch of padding that I'd love to remove - any ideas how?
NB: I detected that the CSS in question (I think) is: div.inside-article
Thanks!
Hi there,
looks like you're using Separate Containers so the articles get their padding from the Customizer > Layout > Container. If you want to keep that padding elsewhere then a little bit of CSS:
body:not(.single).separate-containers .inside-article {
padding: 20px;
}
Amazing support as ever. Thanks - solved it.
Glad to be of help