1. smithjd44
  2. Sherlock Holmes
  3. Commercial Templates
  4. Thursday, 08 August 2019
  5.  Subscribe via email
I am working on a website at the link http://tempdomaink37.site . I would like to reduce the spacing between lines.

Is there some custom css code that would work for this?

Thank you. James
References
  1. http://tempdomain37.site
Accepted Answer Pending Moderation
0
Votes
Undo
Hi James

You appear to have already alter the line-height with the following custom CSS...

.maincontent {
line-height: 1.3em;
}


To alter the paragraph bottom margin you can also add the following (edit to taste)...

p {
margin-bottom: .8rem;
}


Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!