[Resolved] Reduce padding

Home Forums Support [Resolved] Reduce padding

Home Forums Support Reduce padding

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #829068
    epickenyan

    Hi. How do I reduce the padding between read more button and the base in columns with CSS (I want it to only affect blog section, not single posts and pages)? http://prntscr.com/mtdkqm

    #829242
    David
    Staff
    Customer Support

    Hi there,

    try:

    body:not(.single-post) footer.entry-meta {
        margin-bottom: 0;
        margin-top: 0;
    }
    #829317
    epickenyan

    It worked. Thanks

    #829345
    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.