Remove space above search 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

Remove space above search box.

Post by duplay »

I would like to remove the space above the search box so the search box and the breadcrumbs are on the same "horizontal line" (see pic) the red arrow points to the gap I would like to close - move search box up on page.


Thanks



MJD

[gelöscht durch Administrator]
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Remove space above search box.

Post by RonnyK »

MJD,

change the width of the div#search. Make it a little bigger and it will fit the line again. I think because the width is too small, it goes one line down. Below is just an example value.....

Code: Select all

   width: 23em; 
Ronny
cyberman

Re: Remove space above search box.

Post by cyberman »

Have you something like this in your stylesheet?

Code: Select all

div#search {
   float: right;
   width: 23em;    /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}
Post Reply

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