Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [server0000] Reducing Width of Search Input Field

Quote Reply
Re: [server0000] Reducing Width of Search Input Field In reply to
If you're using GLinks 3.x, then you can change its width using CSS. A rule like:
Code:
.searchbar input.text {
width: 100px;
}
should do it.

Adrian
Subject Author Views Date
Thread Reducing Width of Search Input Field server0000 1666 Aug 17, 2005, 10:35 PM
Post Re: [server0000] Reducing Width of Search Input Field
Andy 1626 Aug 18, 2005, 5:19 AM
Post Re: [server0000] Reducing Width of Search Input Field
brewt 1604 Aug 18, 2005, 1:00 PM