You are here: Forum Home / RapidWeaver User Forum / Stacks Chat / Thread
Hello,
Sorry to ask such a basic question, but how do I change the spacing to single space on a Stacks page? Please see:
http://www.broadreachers.org - home page. I would like to change the spacing to single space. I assume I use the page inspector, but step-by-step directions would be most appreciated.
Thanks!
Go to Page Info>Header>CSS and try this in Custom CSS:
#content {
line-height: 1em;
}
Vasily
Merci, merci beaucoup! C’est formidable maintenant!