Page 1 of 1

How to close the gap between the header and the content box?

Posted: Thu Aug 03, 2006 5:16 pm
by duplay
I have a flash header (inserted into the template), and I would like to know how to close the gap (space) above the bread crumbs and and above the search box. If i mess with the content padding if throws the content box off, any help?

[attachment deleted by admin]

Re: How to close the gap between the header and the content box?

Posted: Thu Aug 03, 2006 5:23 pm
by Dr.CSS
div.breadcrumbs {
  padding: 0.5em 0 1em;

Re: How to close the gap between the header and the content box?

Posted: Thu Aug 03, 2006 5:37 pm
by duplay
Thanks Mark! That did the trick.


Any idea why i lost the "you are here" text in the breadcrumbs? I still have it in my template?


 
 
  {cms_module module="pisearch" action="showform"}
 
 
 

Re: How to close the gap between the header and the content box?

Posted: Thu Aug 03, 2006 8:39 pm
by Dr.CSS
  Home  in your source view... you are missing > in your template...


 
  [/color]{breadcrumbs starttext='You are here' root='Home' delimiter='»'}
  {cms_module module="pisearch" action="showform"}