Thread
:
How do I move breadcrumbs?
View Single Post
#
2
11-01-2011, 09:59 AM
cflsystems
Veteran
Join Date: Apr 2007
Posts: 14,201
Re: How do I move breadcrumbs?
Change margin-top and height like the below
#content-container {
margin-top: 225px;
padding-bottom: 68px;
}
and
#header {
height: 225px;
top: 0;
}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
cflsystems
View Public Profile
Send a private message to cflsystems
Find all posts by cflsystems