I have a paid account with custom comment pages enabled, but I find that the text on my sidebar covers up some of the larger pictures in my entries. Is there any way to disable the sidebar ONLY on the comment pages? Or, barring that, can anyone offer any other suggestions to keep the sidebar from covering up my pictures? I don't post large pictures
(
Read more... )
.lj-view-entry #beta {display: none;}
.lj-view-entry #alpha {width: 100%;}
.lj-view-entry #alpha-inner {width: 900px;}
Reply
Reply
.lj-view-entry #beta, .lj-view-entry #gamma {display: none;}
.lj-view-entry #alpha {width: 100%; left: 0px;}
.lj-view-entry #alpha-inner {width: 900px;}
Reply
So, if I want to be super difficult and only hide one of the two sidebars, but leave the other visible and expand the main column, how would I change the #alpha and #alpha-inner style?
I'm not sure which would work better, just banishing both sidebars when on the comment page, or reducing two sidebars to one while making sure all the important sidebar information is in the bar I leave visible, but the RPG group I have sometimes comments a lot, and with the way comments indent, quickly we end up at the edge of the page and overlapping onto the background areas that aren't text friendly. I had to reduce to the single column full time to make it less problematic. When I get started on the LCARS style, I'll have to see what I can do to make use of this useful information. :)
Reply
Actually, I just figured out that the width: 100% setting on #alpha isn't necessary, but you still need left: 0px in 3-column or float: left in 2-column. For your layout, it depends which sidebar you want to keep. If it's just the left one (#beta), set #gamma to not display and #alpha-inner's width to the remainder of the container (minus margins):
.lj-view-entry #gamma {display: none;}
.lj-view-entry #alpha-inner {width: 710px;}(If it's #gamma you want to keep, that's a little more difficult ( ... )
Reply
Reply
So is there a line I should add to this? like one of those border display: none things?
Reply
Reply
http://ohgodkillme-now.livejournal.com/2559.html
Layout = 965342
Theme = 9815278
Reply
.lj-view-entry .layout-tw #content-inner {background-image: none;}
Reply
Reply
Reply
Leave a comment