View Single Post
  #2  
Old 11-01-2011, 09:59 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default 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
Reply With Quote