Hi, I would like to customize the 4Bridges template by Oldnema, however (not very specialized in css unfortunately..) I can't figure out how to increase the line height of the body and newsbox text.
Already tried in stylesheet.css file to add line-height: 150% in .body class but doesn't seem to work.
Here's the template: http://oldnema.compsys.cz/demos/4bridges/
Any help welcome, thanks in advance.
Responsive template 4Bridges 'Oldnema'
Re: Responsive template 4Bridges 'Oldnema'
The template doesn't define a "body" class, but rather a "body" ID, so you'd have to style #body. However, that doesn't have the desired effect, because the line-height property is defined for several other selectors. I suggest you search for "line-height" in the stylesheet, and change the values as appropriate.Nicky wrote:Already tried in stylesheet.css file to add line-height: 150% in .body class but doesn't seem to work.
Note that you can use 150%, 1.5 and 1.5em, all with slightly different effect, see http://www.w3.org/wiki/CSS/Properties/line-height.
Christoph M. Becker – Plugins for CMSimple_XH