Put this code in your sweetdate-child/functions.php and let the magic happen 🙂
COPY CODE
//Activity page 3 columns
add_action('kleo_before_page','my_three_columns_activity');
function my_three_columns_activity() {
if(BP_ACTIVITY_SLUG == bp_current_component()) {
add_filter('kleo_buddypress_content_class', create_function('', 'return "six";'));
add_filter('kleo_sidebar_class', create_function('', 'return "three";'));
add_action('kleo_buddypress_before_content', 'kleo_sidebar');
add_action('kleo_buddypress_after_content', 'kleo_extra_sidebar');
}
}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.