• Resolved shannontipton

    (@shannontipton)


    ok so I know NOTHING about how to fix this problem. I need a step by step on changing the line hight on my posts. When I hit return they are HUGE and my posts are a mile long! I don’t know the first clue on how to change this.

    Someone take pity on me and help me with this.

    Shannon
    https://www.sassygirlcouture.com/blog/

Viewing 1 replies (of 1 total)
  • There may be a theme option to change the line height. If not, I think you can fix this by adding a line to the end of style.css. Here are the steps:

    • Go to Admin->Appearance->Editor. This should open up style.css in the editor.
    • Scroll to the end and hit ‘Enter’ to start a new line.
    • Paste the line below into the new line.
    • Click ‘Update File’.
    #content, #content input, #content textarea { line-height: 1.2em; }

    You should be aware that your change will be lost if you update the theme. You should consider using a Child theme.

Viewing 1 replies (of 1 total)
  • The topic ‘line height in atmosphere’ is closed to new replies.