I am looking to make my search box where the text is entered just a little wider. Is there an easy way to accomplish this?
I am looking to make my search box where the text is entered just a little wider. Is there an easy way to accomplish this?
Depends a little on your template I think.
try YourSite/includes/YOURTEMPLATE/Templates/tpl_search_header.php. The value you need to change is here.
Or you may try adding to your stylesheet
.search-header input {
width: 150px;
}
Good Luck
Dalton
Skin that 'un pilgrim, and I'll bring ya' another.
Running 1.3.9h with a few mods here