Creating 1.5 lines when hitting return key

GK User
Tue Sep 18, 2012 10:35 pm
Hi

Is there a way to set the website automatically to give a 1.5 line when hitting the return key to open up the spaces please?
User avatar
Expert Boarder

GK User
Wed Sep 19, 2012 3:05 pm
You can do that in css. Add it to css/override.css and enable css override in template settings > advanced settings > css override "on".

Lower or increase 2em
Code: Select all
body { line-height: 2em;}

or
Code: Select all
body { line-height: 2em!important;}

This will effect in whole site, if you need to do this in particular element or section let us know.

See you around...
User avatar
Platinum Boarder


cron