[Resolved] Space between posts in frontpage, space between post title and first paragraph

Home Forums Support [Resolved] Space between posts in frontpage, space between post title and first paragraph

Home Forums Support Space between posts in frontpage, space between post title and first paragraph

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #689783
    Halil

    Hi,
    On frontpage, how can I change the spacing between posts ?

    Again on frontpage I’d like to decrease spacing between post title and first paragraph (not in the post, just on frontpage)

    I have tried several samples from similar posts but no luck

    #689820
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .entry-summary {
        margin-top: 1em;
    }
    #689830
    Halil

    thanks. What about spacing between 2 posts? can u help for this one too?

    #689836
    David
    Staff
    Customer Support

    This CSS:

    #main .post {
        margin-bottom: 1em;
    }
    #689845
    Halil

    excellent, thanks for your help David.

    #689852
    David
    Staff
    Customer Support

    You’re welcome

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