• How do you change the style of the blockquote?

    my site: http://mylifeisasian.net

    I love everything about this theme, except how it makes blockquotes look like they’re simply indented.

    Additionally, is there a way to add a double space between paragraphs?

    And to make the paragraph alignment completely flush on the left side?

Viewing 3 replies - 1 through 3 (of 3 total)
  • How do you change the style of the blockquote?

    Edit style.css and amend:

    blockquote {
    border-left:5px solid #ddd;
    margin:15px 30px 0 10px;
    padding-left:20px;
    }

    is there a way to add a double space between paragraphs? And to make the paragraph alignment completely flush on the left side?

    style.css:

    .hentry .entry p {
    margin-bottom:4px;
    text-indent:12px;
    }

    Here are some more ideas on blockquote styling:
    http://www.cssnewbie.com/six-ways-style-blockquotes/

    wow thanks for that text-indent trick. It was killing my whole design and since im kinda newbie in this whole customizing themes, i couldnt find how to fix it 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change style of blockquote, paragraphs, alignment’ is closed to new replies.