PDA

View Full Version : Move breadcrumbs


thenashy
08-10-2011, 02:44 AM
Alrighty. I've googled, and had no luck.

I have moved my NavBar to below the banner, because I wanted a decent sized banner. Now the navbar is covering the breadcrumbs.

How can I move everything down a bit.

Cheers

--------------- Added 1312948975 at 1312948975 ---------------

This is in the default theme BTW.

setishock
08-10-2011, 10:50 AM
Put this in your additional.css then click save and reload. You'll have to adjust the numbers as that is where I have mine parked. Click save and reload with each change.

.breadcrumb {
width: 33.42%;
margin-left: 392px;
margin-top: 3px;
}

I left the width in so you could see an alternate way of showing the breadcrumb path. That makes the path stack like a block. If you don't want that just remove the line then click save and reload. Also you can insert a background for the trail by adding background: your color goes here; as the first line.
Get creative!!!
http://animeappeal.com/forum.php?styleid=111