Title: change css breakpoints
Last modified: November 1, 2018

---

# change css breakpoints

 *  Resolved [louisJJ](https://wordpress.org/support/users/louisjj/)
 * (@louisjj)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/change-css-breakpoints/)
 * Hi
 * I have installed Storefront 2.3.4 and I need to change the css breakpoint.
    I
   tried this but it doesn’t work.
 *     ```
       add_filter('woocommerce_style_smallscreen_breakpoint','woo_custom_breakpoint');
       function woo_custom_breakpoint($px) {
         $px = '800px';
         return $px;
       }
       ```
   
 * I really want to avoid reprocessing all the sass. Is this possible ?
    Thanks
 * _[ [Please do not bump.](https://wordpress.org/support/guidelines/#do-not-bump-posts)]_

Viewing 1 replies (of 1 total)

 *  [Job a11n](https://wordpress.org/support/users/jobthomas/)
 * (@jobthomas)
 * Automattic Happiness Engineer
 * [7 years, 6 months ago](https://wordpress.org/support/topic/change-css-breakpoints/#post-10848352)
 * Hey [@louisjj](https://wordpress.org/support/users/louisjj/)) – this has been
   discussed at several other places already. The latest discussion is happening
   here: [https://github.com/woocommerce/woocommerce/issues/14813](https://github.com/woocommerce/woocommerce/issues/14813)
 * I’ll log this thread as resolved.

Viewing 1 replies (of 1 total)

The topic ‘change css breakpoints’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/storefront/4.6.2/screenshot.png)
 * Storefront
 * [Support Threads](https://wordpress.org/support/theme/storefront/)
 * [Active Topics](https://wordpress.org/support/theme/storefront/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/storefront/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/storefront/reviews/)

## Tags

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

 * 1 reply
 * 2 participants
 * Last reply from: [Job a11n](https://wordpress.org/support/users/jobthomas/)
 * Last activity: [7 years, 6 months ago](https://wordpress.org/support/topic/change-css-breakpoints/#post-10848352)
 * Status: resolved