Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #115545
    wordaz
    Participant

    Hello Guys,

    Please, how do I alter the height of the line spacing for the “Clean Journal” theme as found on my blogs (intechreviews.com; mtn4u.com) to make the spacing greater. Right now the spacing doesn’t make the readibility of the blogs good. I was told to follow this directions; add it in “Appearance => Customize => Additional CSS” box:
    That worked but the problem now is that I also tried changing it by navigating to multisite (wordpress) network admin – Themes -Editor- Style Sheet (style.css). It is reflecting; line-height: 1.7em;
    but this line spacing is too much. I want 1.3 height, but now I cant change this, either from here or from the “Appearance => Customize => Additional CSS” box:
    Please help.

    See multisite (wordpress) network admin – Themes -Editor- Style Sheet (style.css)… below

    2. Typography
    ————————————————————–*/
    body,
    button,
    input,
    select,
    textarea {
    color: #404040;
    font-family: “Merriweather”, serif;
    font-size: 16px;
    line-height: 1.7em;

    #115546
    Mahesh
    Keymaster

    @wordaz: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    body,
    button,
    input,
    select,
    textarea {
        line-height: 1.7;
    }

    You can directly change the value from 1.7 to 1.3 in the the editor but this is not recommended as you’ll lose this during theme update. Either use child theme for this. You can find more details on creating child theme HERE.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How do I alter the height of the line spacing for the "Clean Journal" theme’ is closed to new replies.