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

CommentFileSizeAuthor
lecturalis.jpg52.8 KBnsolop
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jobnomade’s picture

Hey 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

nsolop’s picture

Hi 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

jobnomade’s picture

Status: Active » Fixed

Allright! Have fun with Sirate ;)

jobnomade’s picture

Status: Fixed » Closed (fixed)