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>