Hi ..
When using the first part of the code :
COPY CODE
add_filter('kleo_bp_directory_main_cols', 'kleo_custom_members_cols');
function kleo_custom_members_cols() {
return 'eight';
}
add_action('bp_after_directory_members', 'kleo_add_buddy_sidebar', 99);
function kleo_add_buddy_sidebar() {
get_sidebar('buddypress');
}
Then how do i by this code make the width smaller ?
I tried changing the eight to seven and six. But seems to do nothing.
Thz.