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

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

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

Post 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]
Last edited by duplay on Thu Dec 21, 2006 6:36 pm, edited 1 time in total.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

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

Post 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...
User avatar
duplay
Power Poster
Power Poster
Posts: 289
Joined: Tue Mar 14, 2006 1:57 pm

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

Post by duplay »

Worked like a charm! What would CMSMS do without you?

Thanks!
Post Reply

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