In Document360, with the help of Custom CSS, you can center-align the headings in the articles.

This action will change the alignment of all the headings (H2, H3, and H4) to center alignment.

Solution

1_Screenshot-center align the heading_code.png

  1. Go to Settings -> Knowledge base site -> Custom CSS & JavaScript, and Custom CSS

  2. Paste the below CSS snippet in the window

H2,H3,H4{
text-align:center;
}

  1. Click Save