D5 Creation Forum

Open Forum for D5 Creation's Members and Visitors

Before requesting any support Please search the Forum First. You may find your desired answer. This will save your waiting time and will save our working hour. We may not answer the question which we have already answered. You should also read our Support Policy

Re: Customize Search Box

Front Page D5 Creation Forum General Support Customize Search Box Re: Customize Search Box

#4181
D5 Creation
Keymaster
Quote:
Quote from pablocabo on March 20, 2013, 19:56
Theme; Simplify Extend

I would like to make the overall box (large rectangle) smaller.

Is there an option to control the size, and if not, where do I need to alter the code to change this.

thanks,

It is better to mention the Web Site Url during seeking any Support.

You can use this code in the Custom Code within Head Area of Simplify Options. Change the values as expected.

Code:
<style>
#right-sidebar input#s, #footer-sidebar input#s {
min-width: 100px;
padding: 10px 7px;
width: 60%;
}
</style>