Title: Columns Breakpoint
Last modified: June 14, 2024

---

# Columns Breakpoint

 *  [Altaico](https://wordpress.org/support/users/altaico/)
 * (@altaico)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/columns-breakpoint-2/)
 * Hi,
 * thank you for this awesome theme.
 * I have a question, because we have a problem in the columns wrapping in tablet.
   In particular for what concerns the upper part of the web with a form inside.
 * It’s possible to change the core breakpoint, for example right now the defualt
   wrap is at 782, it’s possible to set at 1200px.
 * I have tried some codes to modify the responsive breakpoints, but it doesn’t 
   work. Below an example:
 * [@media](https://wordpress.org/support/users/media/) (max-width: 1200px)
 * .wp-block-columns {
 * flex-wrap: wrap!important;
 * }
 * Can you help me?
 * Thank you.
 * Altaico Seguridad.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcolumns-breakpoint-2%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [David](https://wordpress.org/support/users/diggeddy/)
 * (@diggeddy)
 * [1 year, 11 months ago](https://wordpress.org/support/topic/columns-breakpoint-2/#post-17825174)
 * Hi there,
 * the core columns block has very little responsive control, and its CSS is awful
   lol
 * Try this CSS:
 *     ```wp-block-code
       @media(max-width: 1200px) {    div.wp-block-columns.break-1200 {        flex-wrap: wrap !important;    }    div.wp-block-columns.break-1200 > div {        flex-basis: 40% !important;    }}
       ```
   
 * Then select the Columns block and give it an Advanced > Additional CSS Class 
   of: `break-1200`
 *  Thread Starter [Altaico](https://wordpress.org/support/users/altaico/)
 * (@altaico)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/columns-breakpoint-2/#post-17829782)
 * Hi,
 * works.
 * Really thank you.
 * Now my web is more responsive in tablet resolution.
 * Best regards.
 *  [David](https://wordpress.org/support/users/diggeddy/)
 * (@diggeddy)
 * [1 year, 10 months ago](https://wordpress.org/support/topic/columns-breakpoint-2/#post-17832808)
 * Glad to hear that

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

The topic ‘Columns Breakpoint’ is closed to new replies.

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

## Tags

 * [breakpoint](https://wordpress.org/support/topic-tag/breakpoint/)
 * [Core Wordpress](https://wordpress.org/support/topic-tag/core-wordpress/)
 * [nowrap](https://wordpress.org/support/topic-tag/nowrap/)
 * [wrap](https://wordpress.org/support/topic-tag/wrap/)

 * 3 replies
 * 2 participants
 * Last reply from: [David](https://wordpress.org/support/users/diggeddy/)
 * Last activity: [1 year, 10 months ago](https://wordpress.org/support/topic/columns-breakpoint-2/#post-17832808)
 * Status: not resolved