racofer
Thread Incliner
True, but you need it to be able to change the base page page layout, so I prefer to leave it there.Or remove the footer entirely:
Code:.p-footer { display: none; }
Yes, you can block it explicitly with the path to the div element, like this:Thanks racofer for the baby troll hack. Looks much better now. Is there any way to hide the "last profile post" section? As far as I can tell, there are no dedicated css classes for it, so you cannot just hide it without massive splash damage.
CSS:
.p-body-sidebar .block:nth-child(5) {
display: none;
}
If at some point the ordering changes in the sidebar, then you have to fix it for the new ordering.