Jump to content

Edit History

WISYWIG

WISYWIG

Hi

You can do this:

In custom.css add following code:
 

#search_widget {
    overflow: hidden;
}

#search_widget form i {
    top: -20px;
}

.search-widget form button[type="submit"] {
    width: 4.5rem;
}

 

In my case:

Before:
search-form-before.jpg.baa6ed772d985ca0f9966a50bd538ad1.jpg

 

 

After:
search-form-after2.jpg.46ab91c088eeac0cecb3aabc0811cf7f.jpg

 

 

Depending on your Theme you might have to adjust the above code to make the search bar look properly.

And make sure your modules are up to date.

Hope this helps.



 

 

 

WISYWIG

WISYWIG

Hi

You can do this:

In custom.css add following code:
 

#search_widget {
    overflow: hidden;
}

#search_widget form i {
    top: -20px;
}

.search-widget form button[type="submit"] {
    width: 4.5rem;
}

 

In my case:

Before:
search-form-before.jpg.baa6ed772d985ca0f9966a50bd538ad1.jpg

 

 

After:
search-form-after2.jpg.46ab91c088eeac0cecb3aabc0811cf7f.jpg

 

 

Depending on your Theme you might have to adjust the above code to make the search bar look properly.

Hope this helps.



 

 

 

WISYWIG

WISYWIG

Hi

You can do this:

In custom.css add following code:
 

#search_widget {
    overflow: hidden;
}

#search_widget form i {
    top: -20px;
}

.search-widget form button[type="submit"] {
    width: 4.5rem;
}

 

In my case:

Before:
search-form-before.jpg.baa6ed772d985ca0f9966a50bd538ad1.jpg

 

 

After:
search-form-after2.jpg.46ab91c088eeac0cecb3aabc0811cf7f.jpg

 

Hope this helps.

 

 

 



 

 

 

×
×
  • Create New...