how to Show Category Description in Category Pages ?

Hi,
I’m loving your PinBin Theme and I’m hoping to get your help for:
Showing Category Description in (top of of each) Category Pages.
There are many reasons for do that, please refer to page: silocreativo(dot)com/en/display-category-tag-descriptions-wordpress

Can you help ?
Thank you

Hi @fcpro,

I hope you are well today and thank you for your question.

To achieve this you can try using the attached child theme of Pinbin theme that contains some custom code.

Best Regards,
Movin

Hi Movin,
Hope you are doing well. I was wondering if your child theme (child-theme53.zip) attached within this discussion is up to date (wordpress & httpS) ?

I’m also was wondering if you could have all content (posts & pages) display “centered” instead displaying on left side only.

I’m waiting for your response. Many Thanks in advance.
Regards

Hey there,
Thank you for keeping in touch

You can try the following CSS.
Kindly add and save the following code to Appearance > Customize > Additional CSS:

/*Center posts and pages*/
.type-post, .type-page {
    float: none;
    margin: 0 auto;
}
/*center home wrapper*/
.home #wrap {
    margin-left: 9%;
}
/*center category wrapper*/
.category #wrap {
    margin-left: 9%;
}

Best Regards,
Support

Hey Thanks for your response,
I will follow your instructions and your code !

Regards