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]
How to close the gap between the header and the content box?
Re: How to close the gap between the header and the content box?
div.breadcrumbs {
padding: 0.5em 0 1em;
padding: 0.5em 0 1em;
Re: How to close the gap between the header and the content box?
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"}
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?
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"}
[/color]{breadcrumbs starttext='You are here' root='Home' delimiter='»'}
{cms_module module="pisearch" action="showform"}