Editing CSS in Blogger
![]() |
Screenshot of Blogger admin |
Use the Find function to find the blockquote definition, and tweak to taste. Mine dropped the x-large font sizing and the center justification and added a grey bar off to the side:
blockquote{
color:$(blockquote.color);
font:$(blockquote.font);
border-left: 3px solid #ccc;
margin: 1.5em 10px;
padding: 0.5em 10px;
display: inline-block;
}
I’ll probably continue to tweak it, I tweak everything, but this is already much improved.
Comments
Post a Comment