A couple of quick questions from a CSS amateur:
1) I've been experimenting with Expressive for
a new layout (yes, it's fugly right now), and I was wondering what CSS I would need to center the userpic in the profile section of the gamma sidebar
(
Read more... )
Comments 4
also, how did you get your links list centered? the only thing I could get was the profile text...
Reply
Looking through, I think this is how I did it, and it may not be the best or easiest way... but it works.
Centering the userpic - I've got:
.about-me-widget div.user-pic {float:none;}
.profile-list {text-align:center;}
Centering the calendar -
.calendar-widget {font-weight: normal; text-align: center;}
.calendar-widget table {float:none; font-size: xx-small; width:100%;}
Centering the links list -
.typelist-widget {text-align: center;}
I also have .widget-content {text-align:center;}, but I think that's just for my tags cloud, which you don't have. If the above doesn't work, try adding that line too.
I hope that works, it's been nearly a month since I did it and I've pretty much forgotten what it was that I fiddled with. If it doesn't, let me know and I'll take another look at my theme layer. :)
Reply
Reply
Reply
Leave a comment