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

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
User avatar
duplay
Power Poster
Power Poster
Posts: 289
Joined: Tue Mar 14, 2006 1:57 pm

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

Post 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]
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

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

Post by Dr.CSS »

div.breadcrumbs {
  padding: 0.5em 0 1em;
User avatar
duplay
Power Poster
Power Poster
Posts: 289
Joined: Tue Mar 14, 2006 1:57 pm

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

Post 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"}
 
 
 
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

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

Post 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"}
 
 
 
Post Reply

Return to “Layout and Design (CSS & HTML)”