Site logo

Archived topic

How to Align the headings for Archive pages/categories pages

3 replies · Started by Hemant on July 21, 2020

Viewing posts 1–4 of 4

Hello Team,

Could you help me to align the Headings of category pages (i want to make it center, currently its at left)

Regards,
Hemant S

Hi there,

try this CSS:

.archive h1 {
    text-align: center;
}

It works great :)

Glad to be of help

This archived topic is closed to new replies.