Flexible Squares problem fixed
The fabulous
babyelefant was very kind to look at the code for the flexible squares and found the solution.
Insanejournal loads this: http://www.insanejournal.com/stc/lj_bas e.css so this causes the entry and comments to be pushed down after the sidebar.
To fix it just edit the following in the layer provided in this post.
.clear {
height: 15px;
}
change it for:
.clear{clear:none;}
And that is all. I already did and is working just fine. :)
ETA: If you are using an external stylesheet you need to be sure that it contains the .clear that is correct. If your layer has the correct line but your external .css file doesn't it won't work. I already tested it.
Insanejournal loads this: http://www.insanejournal.com/stc/lj_bas
To fix it just edit the following in the layer provided in this post.
.clear {
height: 15px;
}
change it for:
.clear{clear:none;}
And that is all. I already did and is working just fine. :)
ETA: If you are using an external stylesheet you need to be sure that it contains the .clear that is correct. If your layer has the correct line but your external .css file doesn't it won't work. I already tested it.
.clear {
height: 15px;
}
anywhere in the layer. I also didn't find
.clear{clear:none;}
But I did find
.clear{
clear:none;}
and changed it to the one line format...
But still, I have the problem described here.
I'm pretty sure I picked up lilbreck's code --after-- it had been fixed aleady. Yet, the problem persists for me.
Am I missing something? Help appreciated.
Thank you.