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

Customize Search Box

Front Page D5 Creation Forum General Support Customize Search Box

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3305
    Paul Wallin
    Participant

    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,

    #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>
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.