Title: Columns on iPad
Last modified: August 19, 2021

---

# Columns on iPad

 *  [leonpaul](https://wordpress.org/support/users/leonpaul/)
 * (@leonpaul)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/columns-on-ipad/)
 * Hi everyone,
 * I’m using the Neve theme for my wordpress site. I use column blocks a lot for
   my layout.
 * Everything works fine on desktop, mobile, iPad pro, surface… But not on iPad !
 * The columns look weird. My columns are most often sized : 20%/60%/20%. It seems
   that on iPad, the third column alone is pushed down, and the first are streched
   on the first line.
 * Inspecting with chrome, it seems that this bit of code is the culprit.
 *     ```
       @media (min-width: 600px) and (max-width: 781px)
       .wp-block-column:not(:only-child) {
           flex-basis: calc(50% - 1em)!important;
           flex-grow: 0;
       }
       ```
   
 * When I change 50% to 100%, the result looks fine.
 * So my questions are :
    – where can I change this ? This line is not in the theme
   style.css – is it safe to change it ?
 * This is all based on trial and error, so I’m not exactly sure if changing this
   would cause a problem.
 * I’m using wordpress 5.8
 * Thanks in advance !
 * Léon
    -  This topic was modified 4 years, 8 months ago by [leonpaul](https://wordpress.org/support/users/leonpaul/).
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcolumns-on-ipad%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [George Appiah](https://wordpress.org/support/users/gappiah/)
 * (@gappiah)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/columns-on-ipad/#post-14787746)
 * > – where can I change this ? This line is not in the theme style.css
 * APPEARANCE => CUSTOMIZE => ADDITIONAL CSS
 * > – is it safe to change it ?
 * Yes, if you do it as above.

Viewing 1 replies (of 1 total)

The topic ‘Columns on iPad’ is closed to new replies.

## Tags

 * [flexbox](https://wordpress.org/support/topic-tag/flexbox/)
 * [stacks](https://wordpress.org/support/topic-tag/stacks/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 1 reply
 * 2 participants
 * Last reply from: [George Appiah](https://wordpress.org/support/users/gappiah/)
 * Last activity: [4 years, 8 months ago](https://wordpress.org/support/topic/columns-on-ipad/#post-14787746)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
