• Resolved Attacking3rd

    (@attacking3rd)


    Hello,

    I want the columns to stack sooner than 800px.

    Is the correct way to implement this change modifying the media query in gca-column-styles.css?

    Thanks

    robertg

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

    (@ndiego)

    Hi robertg,

    You can do that, but if I push an update to the plugin, it will wipe out your changes. The best way is to copy the CSS in gca-column-styles.css and paste it at the bottom of your theme’s style.css sheet. Then disable the plugin from loading gca-column-styles.css. To do so, add the following code the bottom of your functions.php file:

    add_filter( 'gca_load_column_styles', '__return_false' );

    Then you can make all the changes you want. Let me know if you have any further questions.

    Best,
    Nick

Viewing 1 replies (of 1 total)
  • The topic ‘Change breakpoint’ is closed to new replies.