Hey guys, I have searched this community high and low and I'm not finding the answers to the questions I desperately need answered! (Ok, not desperately, but you know...) I am using the DJ Girl Expressive theme, and I wanted to do the following things:
- Center my user pic on the sidebar
- Change the links to bold
- Make the body text smaller
-
(
Read more... )
Comments 13
.asset-body { text-align: justify; } for the last one.
The user-pic centering could be tricky, because IE and FF have differing methods of interpreting the CSS. So far nothing I've tried has worked in IE.
Reply
Reply
.post-asset .asset-body blockquote {
padding: 10px;
font-size: 11px;
background-image: none;
background-color:#CDC1C5;
}
Reply
You are my hero for helping me with this. I could buy you a drink if you wanted! :P
Reply
Leave a comment