Title: Search widget width
Last modified: August 21, 2016

---

# Search widget width

 *  Resolved [sjomar](https://wordpress.org/support/users/sjomar/)
 * (@sjomar)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/search-widget-width/)
 * The wppa search widget is bigger than my sidebar.
    In the theme (voyage) there’s
   a class .widget_search defined which set the max width to 80% like :
 *     ```
       .widget_search .search-query {
               margin-top: 10px;
               max-width: 80%;
       }
       ```
   
 * In the wppa-search-widget.php I see that the search form should get this .widget_search
   parameters, but apparently not?
 * For the default search widget it does work by changing the size of this class.
   So I think it’s wppa related?
 * wppa version is 5.0.14 (I see on your site that 5.0.15 seems to be comming)..
 * My site is : [http://sjomar.eu](http://sjomar.eu)
 * NB: is there also a way to make the form with rounded corners like the other 
   search widget?
 * [http://wordpress.org/extend/plugins/wp-photo-album-plus/](http://wordpress.org/extend/plugins/wp-photo-album-plus/)

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

 *  Plugin Author [Jacob N. Breetvelt](https://wordpress.org/support/users/opajaap/)
 * (@opajaap)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/search-widget-width/#post-3926996)
 * You can ‘css’ this by #wppa_s like:
 *     ```
       #wppa_s {
       width: 80%;
       margin-top: 10px;
       border-radius: 15px 15px 15px 15px;
       padding-left: 14px;
       padding-right: 14px;
       }
       ```
   
 *  Thread Starter [sjomar](https://wordpress.org/support/users/sjomar/)
 * (@sjomar)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/search-widget-width/#post-3927012)
 * Perfect! Thanks!

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

The topic ‘Search widget width’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-photo-album-plus.svg)
 * [WP Photo Album Plus](https://wordpress.org/plugins/wp-photo-album-plus/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-photo-album-plus/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-photo-album-plus/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-photo-album-plus/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-photo-album-plus/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-photo-album-plus/reviews/)

## Tags

 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 2 replies
 * 2 participants
 * Last reply from: [sjomar](https://wordpress.org/support/users/sjomar/)
 * Last activity: [12 years, 10 months ago](https://wordpress.org/support/topic/search-widget-width/#post-3927012)
 * Status: resolved