[Resolved] How to Align the headings for Archive pages/categories pages

Home Forums Support [Resolved] How to Align the headings for Archive pages/categories pages

Home Forums Support How to Align the headings for Archive pages/categories pages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1370721
    Hemant

    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

    #1370737
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .archive h1 {
        text-align: center;
    }
    #1370766
    Hemant

    It works great 🙂

    #1370771
    David
    Staff
    Customer Support

    Glad to be of help

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.