We build. You grow.

Get best community software here

Start a social network, a fan-site, an education project with oxwall - free opensource community software

I need to configure the height and width of the search bar - Site Search | Forum

Cesar Leiva
Cesar Leiva Dec 28 '19

hello I need to configure the height and width of the search bar since for my site it looks too long the search bar I want to configure the size


The Forum post is edited by Cesar Leiva Dec 28 '19
Attachments:
  sfgsfgsgfsfg.png (107Kb)
Ebenezer Obasi
Ebenezer Obasi Dec 28 '19
You can try with CSS:


form#sitesearch_search input {

    width: 150px;

    height: 30px;

}

The Forum post is edited by Ebenezer Obasi Dec 28 '19
Cesar Leiva
Cesar Leiva Dec 28 '19
Excelente gracias
You do not have permission to reply this topic