• Hi,
    I am using this code to move the category content/introduction/text after the grid:

    remove_action( 'genesis_before_loop', 'genesis_do_taxonomy_title_description', 15 );
    add_action( 'genesis_after_content', 'genesis_do_taxonomy_title_description', 15 );

    But now after I installed your plugin, the content does not move anymore under the grid (on desktop), but on its side.

    Do you know how to fix this?

  • The topic ‘category content after grid’ is closed to new replies.