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.
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 should work. it should appear fine when not editing though.
i think something that used
br {line-height: 100%;}
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.
This worked perfectly. Thanks for your help everyone!
Nice trick, I did not know about!
Try looking in main.css or layout.css, NOT Typography.css
See how you get on.