Page 1 of 1

SearchBox insert caused content and menu to be pushed down on page?

Posted: Thu Dec 21, 2006 4:40 pm
by duplay
I inserted the searchbox tag into my template and it forced the main content box (grey box white center) down on the page. I would like to get rid of the empty space under the search box and above the content box (i would like to move menu and content box up on the page.

Thanks

http://pages.sparcc.org/sparcc

[gelöscht durch Administrator]

Re: SearchBox insert caused content and menu to be pushed down on page?

Posted: Thu Dec 21, 2006 8:26 pm
by Dr.CSS
Padding and margin go in a clock wise direction... top, right, bottom, left...

If you only have 3 calls it goes top, right and left, bottom...

If you only have 2 calls it goes...  top and bottom, left and right... { 5px top & bottom 5px L & R }...

div.breadcrumbs {
  padding: 0.5em 0 1embottom remove this and it will come up...

Re: SearchBox insert caused content and menu to be pushed down on page?

Posted: Thu Dec 21, 2006 8:45 pm
by duplay
Worked like a charm! What would CMSMS do without you?

Thanks!