[Resolved] Distance of Post title and content is a bit wide (same with the side bar)

Home Forums Support [Resolved] Distance of Post title and content is a bit wide (same with the side bar)

Home Forums Support Distance of Post title and content is a bit wide (same with the side bar)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #99327
    marvin

    Hi, I find the distance between the title and content a bit wide (same with the side bar title and content). I am trying to look for the option to decrease the distance in the element spacing add-on but I can’t seem to locate it. Can you please direct me on where to adjust it?

    #99352
    Tom
    Lead Developer
    Lead Developer

    Hi there,

    This CSS should work:

    .entry-summary,
    .entry-content,
    .post-image {
          margin-top: 20px;
    }
    
    .widget-title {
          margin-bottom: 20px;
    }

    Adjust as needed πŸ™‚

    #99373
    marvin

    Thanks! πŸ™‚

    #99502
    Tom
    Lead Developer
    Lead Developer

    You’re welcome! πŸ™‚

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