• Hi,

    I am having an issue with my site.

    https://www.weathertex.com.au

    The google custom search bar I have added in the header is not displaying properly. It seems to be displaying in a table, which for some reason I cant style. I have tried a lot of css. I wish to have the table not visible. The search button is also not displaying properly. The input text is the vertically aligned as well.

    Please Help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this CSS

    .gsib_a{
       position: relative;
    }
    
    input.gsc-input{
        position: absolute;
        top: 0%;
        left: 0%;
    }
    
    input.gsc-search-button-v2{
        width: 32px !important;
        height: 25px !important;
    }
    Thread Starter crmichael

    (@crmichael)

    Thank you WisdmLabs that almost fixed everything!

    I added margin:0; to input.gsc-input which fixed the search button displaying issue.

    The table borders are still showing when viewed at 900px or less! I have tried alot of css to make the border colour transparent, 0 px, and I even tried adding z-index to the table. No fix.

    Any thoughts?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Google Custom Search Issue’ is closed to new replies.