09-10-2014, 11:07 AM
(09-09-2014, 05:08 PM)meddc link Wrote: Yeah, I actually removed those breadcrumbs. I didn't think they really helped much and were pushing the main content way down the page. But I can reinstate if required.
quick remedy for that:
Via userscript:
Code:
$('#main_content_section > div > ul').css({'position':'absolute','top':'60px','padding-left':0})
Code:
#main_content_section > div > ul {
position:absolute;
top:60px;
padding-left:0;
}