Reply To: Decrease space between date and text ?

Home Forums Support Decrease space between date and text ? Reply To: Decrease space between date and text ?

Home Forums Support Decrease space between date and text ? Reply To: Decrease space between date and text ?

#105189
Tom
Lead Developer
Lead Developer

This CSS should do this:

.blog .entry-content,
.blog .entry-summary,
.archive .entry-content,
.blog .entry-summary {
      margin-top: 20px;
}

Adjust as needed ๐Ÿ™‚