[Resolved] Make padding much less for div.inside-article

Home Forums Support [Resolved] Make padding much less for div.inside-article

Home Forums Support Make padding much less for div.inside-article

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #895171
    Henry

    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!

    #895326
    David
    Staff
    Customer Support

    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;
    }
    #895774
    Henry

    Amazing support as ever. Thanks – solved it.

    #896005
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.