Site logo

[Support request] Decrease spaces between items on archive pages

Home Forums Support [Support request] Decrease spaces between items on archive pages

Home Forums Support Decrease spaces between items on archive pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2583929
    Hilton

    I was analyzing some possible CSS to achieve the objective of compressing more the archive pages, and I would like to validate with you if these CSS below are the best one to use (archive page https://bit.ly/3zc67bq):

    .one-container:not(.page) .inside-article {
        padding: 0 0 0 0;
    }
    .post {
    	margin: 0 0 1em;
    }
    .post-image-above-header .no-featured-image-padding .inside-article .post-image {
        width: 80px !important;
    }
    #2584272
    David
    Staff
    Customer Support

    Hi there,

    that CSS looks good to me. Does it work for you ?

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