daughterofbob
Member
Posted 3 years ago #
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?
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;
}
parisvega
Member
Posted 2 years ago #
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 :)