Sidebar size/positioning

Dec 11, 2008 20:25

I'm trying to modifying this journal (Paid account). I want to make the sidebar slimmer, since it takes up a lot of space on the page. I can get the content of the sidebar to shrink down easily by doing .sidebar-inner { width: whatever; }, but the color behind it (in my case, light blue) won't change sizes. I'd also eventually like to get it on the ( Read more... )

sidebar, sidebar width

Leave a comment

Comments 13

malionette December 12 2008, 03:06:32 UTC
Change the sidebar position here

Reply

mayerman December 12 2008, 03:16:26 UTC
Ah, I was looking in the wrong place (here). Thanks!

Reply

malionette December 12 2008, 03:26:01 UTC
To solve your sidebar problem.. Add the following to your Custom CSS box (here):

.sidebar-inner {width: 250px !important;}
.column-left .content-inner {margin-left: 265px;}
.column-left .header {margin-left: 250px;}

Change the 250 to whatever you want the width of your sidebar. 265 to be the the width that you want + 15.

Reply

mayerman December 12 2008, 03:29:26 UTC
Hm, it worked for the top part where the calendar is, but not the rest. You can see it on my journal (I left it broken so you could look at it).

Reply


Leave a comment

Up