-
Print
-
DarkLight
-
PDF
How to center align the heading in the articles?
You would want to center align the heading in the articles. You can easily perform this action in Document360 with the help of Custom CSS.
This action will change the alignment of all the headings (H2, H3, and H4) to center alignment.
Solution
- Go to Settings → Knowledge base site → Custom CSS & JavaScript, and Custom CSS tab is the default selection
- Paste the below snippet in the window
H2,H3,H4{
text-align:center;
}
- Click Save
Was this article helpful?