The Site > Site Suggestions & Support

New Board?

<< < (15/23) > >>

Aakaakaak:

--- Quote from: iago on August 02, 2011, 02:48:57 PM ---Tried that. Box didn't budge. :P Set it back.

--- End quote ---

Crud. Well I guess it's back to the drawing board.


--- Quote ---Did the blockquote thing work?
--- End quote ---

YES! So I'm batting 500...

Aakaakaak:
Okay, I think I have it this time. Back to the index.css file.


--- Quote ---#searcharea {
   clear: both;
   position: absolute;
   bottom: 20px;
   right: 2em;
   padding: 0;
   display:block;
   float:right;
   margin:0 22px 0 0;
   width:191px;
   height:30px;
   background:url(../images/theme/search_bg.png) no-repeat;
}
#searcharea .inputbox {
   font: 12px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
   width: 140px;
   height:13px;
   line-height:13px;
   margin:5px 0 0 19px;
   padding:3px 5px 4px 7px;
   float:left;
   background: none;
   border: none;
   color: #ccc;
}
--- End quote ---

Change float:right; to float:left; and see how far over it moves. You may have to play with the margins in #searcharea .inputbox if the internal text doesn't move. If the float doesn't move it then the #searcharea margins might move it.

iago:

--- Quote from: Aakaakaak on August 02, 2011, 11:02:53 PM ---Okay, I think I have it this time. Back to the index.css file.

Change float:right; to float:left; and see how far over it moves. You may have to play with the margins in #searcharea .inputbox if the internal text doesn't move. If the float doesn't move it then the #searcharea margins might move it.

--- End quote ---

Float didn't, adding in a margin-right of 100px did. Is that enough?

Fyrchick:
Hey, look at that!
It still covers a tiny part of the bottom left corner but that isn't a big deal.

Thanks!

Aakaakaak:
150-200px would be ideal I think. Great job understanding my ramblings.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version