Line spacing in Foundation theme.

Support Area Forums Foundation Line spacing in Foundation theme.

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question:
  • Author
    Posts
  • #6636
    Dale Eby
    Participant

    Hi Bill,

    I have been looking the style.css trying to figure out how and where to reduce the line spacing between paragraphs in the foundation theme.

    I thought perhaps it had to do with the bottom margins you specified at the top of the style.css

    I thought I could figure this one out on my own, not so much luck.

    Thank you

    #6644
    Bill Robbins
    Moderator

    Dale,

    Here’s a quick way to change the spacing between paragraphs. Go to the Styling tab of the theme options page. Scroll down to the very bottom and you’ll see a box labeled “Custom CSS.” Paste this into that box:

    
    p { margin-bottom: 7px; }
    

    and save your changes. That will set the spacing to be 7 pixels between paragraphs. Just change the 7 to whatever number of pixels you’d like to have between paragraphs if you’d like more or less spacing.

    If you run into any trouble, let me know,
    Bill

    #6651
    Dale Eby
    Participant

    This worked out perfect. It makes a huge difference in the look to pages with multiple paragraphs. Thank you

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Line spacing in Foundation theme.’ is closed to new replies.