Title: Filter widget desktop
Last modified: August 31, 2023

---

# Filter widget desktop

 *  Resolved [Loftlamp](https://wordpress.org/support/users/loftlamp/)
 * (@loftlamp)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/filter-widget-desktop/)
 * Dear,
 * is it possible to collapse Filters Widget on desktop mode? Same as on mobile 
   devices?
 * For mobile devices there is a checkbox in the settings but I can’t find this 
   option for desktop.
 * Looking forward to hear from you.
 * kind regards
 * Martijn

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

 *  Plugin Support [fesupportteam](https://wordpress.org/support/users/fesupportteam/)
 * (@fesupportteam)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/filter-widget-desktop/#post-17018189)
 * Hi [@loftlamp](https://wordpress.org/support/users/loftlamp/)
 * Thank you for your interest in the Filter Everything plugin.
 * You can place this code in functions.php and add a needed breakpoint in px in
   order to collapse the filter widget like on mobile.
 *     ```wp-block-code
       add_filter( 'wpc_mobile_width', 'my_custom_wpc_mobile_width' );
       function my_custom_wpc_mobile_width( $width )
       {
       $width = 1180; // new desired breakpoint in px
   
       return $width;
       }
       ```
   
 * Best Regards – Victor
 *  [ptahaua](https://wordpress.org/support/users/ptahaua/)
 * (@ptahaua)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/filter-widget-desktop/#post-17019238)
 * How do you do it the other way around? I need it to remain the same in mobile
   as in desktop.For a certain filter id.
    -  This reply was modified 2 years, 9 months ago by [ptahaua](https://wordpress.org/support/users/ptahaua/).
 *  Plugin Support [fesupportteam](https://wordpress.org/support/users/fesupportteam/)
 * (@fesupportteam)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/filter-widget-desktop/#post-17023999)
 * Hi [@loftlamp](https://wordpress.org/support/users/loftlamp/)
 * Well, in that case, you can write a custom code that depending on which page 
   you are on, it will provide the needed changes to the breakpoint, but you need
   to have some skills in PHP and WP to do so. If you don’t have enough skills we
   can recommend hiring a developer to do it for you using such platform like Upwork.
 * Best Regards – Victor

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

The topic ‘Filter widget desktop’ is closed to new replies.

 * ![](https://ps.w.org/filter-everything/assets/icon-256x256.png?rev=3487105)
 * [Filter Everything — WordPress & WooCommerce Filters](https://wordpress.org/plugins/filter-everything/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/filter-everything/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/filter-everything/)
 * [Active Topics](https://wordpress.org/support/plugin/filter-everything/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/filter-everything/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/filter-everything/reviews/)

 * 3 replies
 * 3 participants
 * Last reply from: [fesupportteam](https://wordpress.org/support/users/fesupportteam/)
 * Last activity: [2 years, 9 months ago](https://wordpress.org/support/topic/filter-widget-desktop/#post-17023999)
 * Status: resolved