Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10870
    Jim McLennan
    Member

    Thanks for the theme. I’ve started customizing the CSS, because I wanted to reduce the line-spacing and gap between paragraphs. I found out where to change the line-spacing, but none of my updates seem to move the paragraphs closer. You can see the problem here:
    http://klaus.kinski.us/aguirre-the-wrath-of-god-1972/

    What element in the CSS for the Catch Everest theme would I change to reduce the paragraph spacing?

    Thanks again, in advance, for this information!

    #10874
    Jim McLennan
    Member

    I found the answer, thought I’d share it here for anyone else. You can adjust the paragraph spacing through the Custom CSS section of the options, with something like:

    p {
    line-height: 1.3;
    margin-bottom: 1em;
    }

    setting the height and margin to whatever you wish.

    #10885
    Sakin
    Keymaster

    @Jim McLennan: Cool and Thanks. Just to add a not. You can add that css in “Appearance => Theme Options => Custom CSS” box or in your child theme style.css

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Catch Everest – paragrapjh spacing’ is closed to new replies.