• Resolved alex845

    (@alex845)


    Is there any way to change the height of the searchbox? If it was a couple of pix less it would fit better in my menu bar.

    Thanks,
    Alex

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author SearchIQ

    (@searchiq)

    Hi Alex,

    You can override the css using the Options tab. Below example is for searchIQ widget search box. Put the code in the CSS override text area and save.

    .siq-expandwdgt-input {height: 50px}
    .siq-expandwdgt-icon {line-height: 50px}

    Let us know if you any questions.

    Thanks,
    searchIQ

    Thread Starter alex845

    (@alex845)

    Thanks, but I’m looking for the codes to change the search box which appears if you click on the magnifying glass (the one you can put right in the menu bar)

    I tried to look in the plugin’s css but it did not make we wiser…

    Thread Starter alex845

    (@alex845)

    Figured it out, the code which works for me is:

    .siq-expsearch-input {height: 38px !important}
    .siq-expsearch-icon {line-height: 38px !important}

    BUT: it works only well if I use it in the custom css from wordpress, if I use the plugin’s css box, then you will see the old standard layout, and after 1-2 seconds it will change to the correct one (= the one I changed using custom css)

    Weird…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change height searchbox’ is closed to new replies.