SOLVED - Sidebar Userpic and Calendar, and Header

Sep 26, 2006 23:18

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... )

sidebar:profile, sidebar:calendar, header:image

Leave a comment

Comments 4

butindreams October 22 2006, 07:13:46 UTC
did you ever happen to figure out how to center your userpic (and calendar) in the sidebar? 'cause I would LOVE to do that, and can't figure it out with css so far.

also, how did you get your links list centered? the only thing I could get was the profile text...

Reply

natterfly October 22 2006, 13:28:51 UTC
Hey, yeah I did finally get it to work, after messing around with it for ages. You can see it here as I don't currently have it up. My CSS is here.

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

butindreams October 22 2006, 18:08:19 UTC
Thanks so much! I was dreading sorting through 5 different style sheets to find out what to override... and I never would've guessed that the userpic was floated.

Reply

natterfly October 22 2006, 13:30:29 UTC
Oops, I didn't scroll down your layout and missed that you do actually have a tag cloud. ;)

Reply


Leave a comment

Up