Moving Category Descriptions

I found a post from years ago addressing this but it's no longer relevant and am not sure of the answer,

I want to move the category text below the navigation. I assume it's somewhere in here: /design/themes/responsive/templates/views/categories/view.tpl

{hook name="categories:view"}

{hook name=“categories:view_description”}
{if $category_data.description || $runtime.customization_mode.live_editor}

{$category_data.description nofilter}


{/if}
{/hook}

{include file=“views/categories/components/subcategories.tpl”}

{if $products}
{assign var=“layouts” value=“”|fn_get_products_views:false:0}
{if $category_data.product_columns}
{assign var=“product_columns” value=$category_data.product_columns}
{else}
{assign var=“product_columns” value=$settings.Appearance.columns_in_products_list}
{/if}
{$is_selected_filters = $smarty.request.features_hash}

{if $layouts.$selected_layout.template}
{include file=“$layouts.$selected_layout.template” columns=$product_columns}
{/if}

{elseif !$show_not_found_notification && $is_selected_filters}
{include file=“common/no_items.tpl”
text_no_found=(“text_no_products_found”)
no_items_extended=true
reset_url=$config.current_url|fn_query_remove:“features_hash”
}
{elseif !$subcategories || $show_no_products_block}
{include file=“common/no_items.tpl”
text_no_found=
(“text_no_products”)
}
{else}

{/if}

{capture name=“mainbox_title”}{$category_data.category}{/capture}
{/hook}

But when I've tried changing it around I haven't had any luck...

The template is corrected. The issue can be caused by 3rd party addon or theme. And do not forget to clear cache after the template is changed