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... )
.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
Reply
Reply
.post-asset .asset-body blockquote {
padding: 5px;
font-size: 11px;
background-image: none;
background-color: #EBEBEB;
border: 25px solid #FFFFFF;
}
Reply
Drinks are always fine, and I'm actually in your neighborhood on occasion! =P
Reply
As you can tell, it's slow at work today.
Any time you're in the neighborhood, just shoot me a comment or something. I'm always up for going out :D
Reply
Reply
Reply
Reply
Reply
Leave a comment