Line Spacing

Permalink
I am currently using the Column Cruiser theme, and I don't like the like spacing. I reconfigured the spacing for the word-wrap and got that to work. The problem that I am having is when I hit enter to make a new line, the space is too big. I have the typography.css file open but can't seem to find the right line of code. Any help is greatly appreciated.

 
Steevb replied on at Permalink Reply
Steevb
Hello,

Try looking in main.css or layout.css, NOT Typography.css

See how you get on.
12345j replied on at Permalink Reply
12345j
typography.css is the file that loads when you are editing, so you would want to change and not main.css
i think something that used
br {line-height: 100%;}
should work. it should appear fine when not editing though.
LucasAnderson replied on at Permalink Best Answer Reply
LucasAnderson
In the TinyMCE editor, hitting Enter will start a new paragraph. If you just want a line-break, try holding Shift before hitting Enter. Doing this twice may get you the spacing you're looking for.
geek2009 replied on at Permalink Reply
This worked perfectly. Thanks for your help everyone!
bryanlewis replied on at Permalink Reply
bryanlewis
Nice trick, I did not know about!