Request: Long-term user.
Request: Long-term user. Not a CSS or HTML guy. I want to change the line spacing on my lists. I would like more information on the page and the line spacing is too large. How can I modify it?
Here are all posts from Checkvist's 5 years on G+.
Join the live discussion forum https://discuss.checkvist.com
Hello Brian,
ReplyDeleteWe don't have a good tested solution to this, but you can try reducing the space with the following CSS rule:
ul.topLevel ul li.task { line-height: normal; }
ul.topLevel li.task { line-height: normal; }
You may also consider reducing font-size with this rule: https://checkvist.com/checklists/486715-checkvist-customization-css-samples#task_16834323
Hope, this helps,
I've done this and it works fine.
ReplyDeleteDo I just take the two lines and place in the CSS box under my profile? I did this and nothing happened.
ReplyDelete