Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Nick Diego

    (@ndiego)

    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. 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

    (@klaaschains)

    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.