Title: suggestions-wrapp full width
Last modified: April 18, 2020

---

# suggestions-wrapp full width

 *  Resolved [lapos](https://wordpress.org/support/users/lapos/)
 * (@lapos)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/suggestions-wrapp-full-width/)
 * is it possible to have the search field shorter and the suggestions field full
   width?

Viewing 1 replies (of 1 total)

 *  Plugin Author [Damian Góra](https://wordpress.org/support/users/damian-gora/)
 * (@damian-gora)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/suggestions-wrapp-full-width/#post-12725326)
 * Hello,
 * Yes, you can customize search results using CSS. Here is CSS that does something
   as you described:
 *     ```
       body .dgwt-wcas-search-wrapp  {
       	max-width: 300px;
       }
   
       .dgwt-wcas-suggestions-wrapp {
           width: 100vw!important;
           left: 0!important;
       }
       ```
   
 * Best
    Damian

Viewing 1 replies (of 1 total)

The topic ‘suggestions-wrapp full width’ is closed to new replies.

 * ![](https://ps.w.org/ajax-search-for-woocommerce/assets/icon-256x256.png?rev=
   2883754)
 * [FiboSearch - Ajax Search for WooCommerce](https://wordpress.org/plugins/ajax-search-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ajax-search-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ajax-search-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/ajax-search-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ajax-search-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ajax-search-for-woocommerce/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Damian Góra](https://wordpress.org/support/users/damian-gora/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/suggestions-wrapp-full-width/#post-12725326)
 * Status: resolved