• I thought I had asked about this before but I cannot find it if I did so I will ask again…..

    I have a Google search box on my site and it is in the right side bar. The problem is that the text box extends past the side of the side bar. I have tried changing the size of the form field but it stays the same size.

    You can see this at jimandms.com

    Any ideas greatly appreciated!
    Jim

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi

    Add a max-width:80%; to your css. *Adjust the % to your preference.

    Add below code in your css file

    #cse-search-box input[type="text"] {
        height: 39px;
        margin-bottom: 9px;
        max-width: 96%;
    }

    Sorry it took so long to respond….

    I wound up going with the suggestion from Clarion Technologies but appreciate all of the answers!

    Jim

    P.S. How do I mark this as resolved? I don’t see an option for that anywhere…..

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Google search box’ is closed to new replies.