(no subject)

Dec 23, 2011 10:49

For those anxiously following my post-apocalypse LJ style changes, here's what's up:

I'm back to my old style. This old style was just fine for friends list and my main journal page display, but less than ideal for comment/entry pages as it was pretty narrow even before my sidebar started taking up room. Through the help of people at s2expressive I've fixed that with the following code that you can put in your custom CSS box:

.lj-view-entry #beta {display: none;}
.lj-view-entry #alpha {width: 100%;}
.lj-view-entry #alpha-inner {width: 900px;}
.lj-view-entry #content-inner { background-image: none; }

Adding the same code with different page identifiers also fixed my previous narrow friends page complaints:

.lj-view-friends #beta {display: none;}
.lj-view-friends #alpha {width: 100%;}
.lj-view-friends #alpha-inner {width: 900px;}
.lj-view-friends #content-inner { background-image: none; }

This should work with Expressive/Mixit themes, and may also work for other S2 themes; please comment here if it works for you. You can change the 900px to a different percentage based on your theme and browser window size.

content

Previous post Next post
Up