MM Writes (
marahmarie) wrote in
style_system2012-11-16 08:24 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Sidebar cuts off on .lj-view-entry,.lj-view-archive and.lj-view-month using Flexible Squares on DW
ETA: SOLVED. With this layout, deleting display:none
from .clearfoot
fixes things right up (yes, the design seems to be inadvertently coded so that it cuts off the sidebar in the three views mentioned in my post title).
Like in this example. Another user in this community had the same problem months ago (not with this style, actually a Core 2 style) and I was one of the ones who helped them, though I wasn't of much help because nothing I tried or suggested at the time really worked. Can't help myself now, either. Any suggestions?
And ding, ding, ding: we have a winner.
.clear {display: none;height: 0px;}
and.clearfoot {display:none; clear: both;}
; once I deleted everything but theclear:both
on the latter, my problem cleared (pun intended) right up.And I know nothing about the calendar overrunning my sidebar, haven't noticed it, though I've been working on the calendars in the sidebar and on .view-archive a bit, but I'm not done with either yet, so I'll look into that. Thanks again!
ETA Damn, sorry for five edits now, I think, but I just discovered something I might as well share for posterity's sake:
.clear
clears the#maincontent
side of the page and deleting it is not good for this particular layout; on .view-entry pages doing so opens a huge gap between the previous/next linkbar up top and the post title. It also adds about an inch of extra white space to the bottom of the page. To clear the sidebar, editing.clearfoot
alone does the trick.