Jump to content

remove gap between lines of text

Featured Replies

Posted

permanently remove the gap between lines of text when starting a new line

my members don't wont to keep having to do SHIFT+ENTER all the time or keep explaining the issue

thanks

 

why not just add this to the custom.css?

.ipsType_richText p {
margin:0px;
}

 

If you want the editor body to have the same "look" you can edit the css for the editor, it is in applications/core/interface/ckeditor/ckeditor/skins/ips/content.css (this is assuming you are running the default theme, if not, find your theme folder instead and alter its content.css), add this to the end of it.

p { margin:0px;}

 

  • Author

that's great
thank you

 

At 1st the gap bothered me but I have got used too it. Maybe make it so you have a choice? 

At 1st the gap bothered me but I have got used too it. Maybe make it so you have a choice? 

Same here, now I am used to it, I don't have a problem & if you don't want to double space, press shift & enter
Like this

as opposed to this

  • Author

the point is here, you should not have "to get used to it"

just another issue that's going to get skipped over and yet another code edit or a plugin to sort

It's the way the editor works, and I agree, I like single spacing... FB, email, OpenOffice, all single... but this is a preference, not an issue. It can be addressed with a few lines of css. It's as simple as changing a color you don't like. ;)

If you don't want to double space, press shift & enter.

You don't even have to do any css work as Greg W posted. I do however, feel that it should be optional because it does get a bit tiring explaining how to press shift and enter to avoid the gap.  

Not as easy on mobile, phones need an adjustment to the keyboard settings for shift to work. Personally I'll probably do the css.

I was not aware of that. :)

Archived

This topic is now archived and is closed to further replies.

Recently Browsing 0

  • No registered users viewing this page.