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]
SearchBox insert caused content and menu to be pushed down on page?
SearchBox insert caused content and menu to be pushed down on page?
Last edited by duplay on Thu Dec 21, 2006 6:36 pm, edited 1 time in total.
Re: SearchBox insert caused content and menu to be pushed down on page?
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 1em; bottom remove this and it will come up...
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 1em; bottom remove this and it will come up...
Re: SearchBox insert caused content and menu to be pushed down on page?
Worked like a charm! What would CMSMS do without you?
Thanks!
Thanks!