Closed (fixed)
Project:
TB Sirate
Version:
7.x-1.0-beta1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Aug 2012 at 19:26 UTC
Updated:
31 Aug 2012 at 07:21 UTC
Hi,
Love the theme. Been working for 2 days on this but can't get the length of the search field correct.
Attached is an image of what's wrong.
Thanks in advance.
NIcolás
| Comment | File | Size | Author |
|---|---|---|---|
| lecturalis.jpg | 52.8 KB | nsolop |
Comments
Comment #1
jobnomade commentedHey Nicolas,
thanks for the screenshot, it helps to understand the problem.
However to give any suggestion we need to see this on a running dev or live site so we can see the HTML and CSS.
Cheers,
Jan
Comment #2
nsolop commentedHi Jan,
Found the issue with firebug. It was on forms.ccs:
#search-block-form .form-text {
background: none repeat scroll 0 0 #FFFFFF;
border: medium none;
float: left;
height: 28px;
line-height: 28px;
padding: 0 5px;
width: 397px;
}
Changed the width value and worked just fine!
Thanks.
Nicolás
Comment #3
jobnomade commentedAllright! Have fun with Sirate ;)
Comment #4
jobnomade commented