My post without reference to bug issue, I just want to know how can I change the input box's width.You know, it is kinds of short in the default installation. It seems that I should add some expression in the CSS file. Could you help? Many thanks!
no need to apologize, my fault if I provide 'solutions' which don't work. ;) Do you have a publicly accessible site where you got the search box on so I can have a look?
In the XsltSearch script you could try to this by using inline styles, e.g. convert this
How to modify the width of the input box?
My post without reference to bug issue, I just want to know how can I change the input box's width.You know, it is kinds of short in the default installation. It seems that I should add some expression in the CSS file. Could you help? Many thanks!
Hi Ethan,
please have a look here: http://our.umbraco.org/forum/getting-started/questions-about-runway-and-modules/11226-Change-the-length-of-the-xsltsearch-box-
Regards,
Sascha
Thanks for your quick reply, but it doesn't work.I am sorry to say that.
Hi Ethan,
no need to apologize, my fault if I provide 'solutions' which don't work. ;) Do you have a publicly accessible site where you got the search box on so I can have a look?
In the XsltSearch script you could try to this by using inline styles, e.g. convert this
to
or via the size attribute:
Just make sure you get all instances of this, I think there are three all in all in the XsltSearch script.
Does that work for you?
Sascha
is working on a reply...