• If anyone can tell me how to change the line height in Codium Extend I’d hugely appreciate it. I’ve searched and tinkered for days with no joy…

    Many thanks,

    Brett

    (Fantastic theme, by the way – many thanks Henri!)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Go to Line 93 in your style.css and change this

    .entry-content {
        color: #444444;
        font: 1.3em/<strong>1.8em</strong> Helvetica,Arial,sans-serif;
        text-align: justify;
    }

    The second value (here:1.8em) is the line-height.

    Thread Starter Trinbrett

    (@trinbrett)

    Brilliant! That did the trick. Can’t thank you enough.

    thanks guys. you guys are awesome, just fixed my blog as well- blog.gountucked.com.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to adjust line spacing in Codium-Extend’ is closed to new replies.