Title: keep columns on mobile
Last modified: October 7, 2017

---

# keep columns on mobile

 *  Resolved [klaaschains](https://wordpress.org/support/users/klaaschains/)
 * (@klaaschains)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/keep-columns-on-mobile/)
 * Is there a way to keep the column(s) format on mobile devices instead of the 
   responsive behavior?

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

 *  Plugin Author [Nick Diego](https://wordpress.org/support/users/ndiego/)
 * (@ndiego)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/keep-columns-on-mobile/#post-9567335)
 * Hi klaaschains,
 * There are a couple ways you can do this, but perhaps the easiest way is to add
   the following code to your functions.php file. This will disable all of the plugin’s
   default column CSS.
 * `add_filter( 'gca_load_column_styles', '__return_false' );`
 * Then you will want copy the plugin’s CSS directly into your theme’s stylesheet.
   The CSS is available here: [https://github.com/ndiego/genesis-columns-advanced/blob/master/css/gca-column-styles.css](https://github.com/ndiego/genesis-columns-advanced/blob/master/css/gca-column-styles.css).
   This will give you full control over the stylesheet and you can remove the responsive
   section (i.e. the Media Query section).
 * Let me know if you have any further questions.
 * Nick
 *  Thread Starter [klaaschains](https://wordpress.org/support/users/klaaschains/)
 * (@klaaschains)
 * [8 years, 7 months ago](https://wordpress.org/support/topic/keep-columns-on-mobile/#post-9567483)
 * Hi Nick, thank you for the in depth answer. I will try this

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

The topic ‘keep columns on mobile’ is closed to new replies.

 * ![](https://ps.w.org/genesis-columns-advanced/assets/icon-256x256.png?rev=3106194)
 * [Genesis Columns Advanced](https://wordpress.org/plugins/genesis-columns-advanced/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/genesis-columns-advanced/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/genesis-columns-advanced/)
 * [Active Topics](https://wordpress.org/support/plugin/genesis-columns-advanced/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/genesis-columns-advanced/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/genesis-columns-advanced/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [klaaschains](https://wordpress.org/support/users/klaaschains/)
 * Last activity: [8 years, 7 months ago](https://wordpress.org/support/topic/keep-columns-on-mobile/#post-9567483)
 * Status: resolved