Title: Break point
Last modified: March 22, 2019

---

# Break point

 *  Resolved [dammsugare](https://wordpress.org/support/users/dammsugare/)
 * (@dammsugare)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/break-point/)
 * Hi,
    I was wondering if there is a way to control the break points individually
   for all cells. For example, if I have a rwo with three cells, and I want cell1
   and cell2 to have 50% between 450px-767 px, and cell3 to have 100% width for 
   these screensizes. Is this possible somehow with css? So that there is not only
   ONE breakpoint for all ceels to collapse?

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

 *  Plugin Support [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/break-point/#post-11346933)
 * Hi 🙂
 * Thanks for posting.
 * Unfortunately, at the moment, it isn’t possible to create additional breakpoints.
   We hope to introduce additional breakpoint settings quite soon. Sorry, we can’t
   assist right away. For the moment, additional breakpoints would only be possible
   with Custom CSS.
 *  Thread Starter [dammsugare](https://wordpress.org/support/users/dammsugare/)
 * (@dammsugare)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/break-point/#post-11347190)
 * Hi,
    thank you for your reply. That is exactly what I was wondering though, how
   can I use custom css to tackle the cells? For example, if I use
 *     ```
       @media(max-width:767px){
                                 #pgc-2-3-0{
                                             width:100%;
                                           }
       }
       ```
   
 * it does not work…
 * Thanks!
 *  Plugin Support [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * (@misplon)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/break-point/#post-11347214)
 * Hi 🙂 Do you have your browser’s developer tool open? You’d need to inspect the
   cell to see which CSS rules are being applied and why yours isn’t winning. It
   might be a targeting issue or perhaps a specificity problem which you could solve
   with `!important`.

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

The topic ‘Break point’ is closed to new replies.

 * ![](https://ps.w.org/siteorigin-panels/assets/icon.svg?rev=2556869)
 * [Page Builder by SiteOrigin](https://wordpress.org/plugins/siteorigin-panels/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/siteorigin-panels/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/siteorigin-panels/)
 * [Active Topics](https://wordpress.org/support/plugin/siteorigin-panels/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/siteorigin-panels/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/siteorigin-panels/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Andrew Misplon](https://wordpress.org/support/users/misplon/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/break-point/#post-11347214)
 * Status: resolved