• Hi, I have been trying to change the line height in the Gravida Pro Theme. The copy is too close together. I tried in appearance- editor but nothing changed. Maybe I wasn’t in the right location. Thanks for any help you can give me.

    c06.d07.myftpupload.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dkalaf

    (@dkalaf)

    Hi, I am still looking for an answer for a line height issue with the Gravida Pro theme. Need more space between lines. Have tried appearance-edit but nothing changed. COuld you please help me? Thanks

    c07.d06.myftpupload.com

    You are going to have to do this in CSS. Your specific theme is using a file called main.css

    The specific location for your CSS file is ../wp-content/themes/gravida-pro/css/main.css

    The section you are looking for looks like this…

    .blog-post-repeat .entry-summary p, .entry-content p {
    margin: 15px 0;
    line-height: 20px;
    }

    You can try changing the line height to 30px and it looks better.

    You should probably learn how to use the FIREFOX, CHROME or SAFARI “inspect element” feature so you can play with CSS and learn to make your site look how you wish.

    AJ

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Line Height’ is closed to new replies.