• I can’t seem to center this page title, so frustrating! Any suggestions?

    • This topic was modified 3 years, 5 months ago by t-p. Reason: Moved to Fixing WordPress from Everything else WordPress

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Moderator t-p

    (@t-p)

    Looking at your site, you use harlowe theme

    Since you use a commercial theme and need support, please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel it’s important to direct people to those official locations: https://www.pixandhue.com/themes/harlowe/

    Forum volunteers are also not given access to commercial products, so they would not know why your commercial theme or plugin is not working properly. This is one other reason why volunteers forward you to the commercial product’s vendors. The vendors are responsible for supporting their commercial product.

    Commercial products are not supported in these forums.

    Hi @kirstenhaus,

    Let me take a moment and praise your site design. Now coming back to your query

    You can do that by simple css code

    div.harlowe-page-header{text-align: center;
    }

    paste this code to WordPress Dashboard > Appearance > Customize > Additional css

    That makes it appear in the center.

    I hope I’m Clear

    Thank you

    Hi @kirstenhaus
    Go to wp-admin/theme-editor.php then navigate your style.css file and put this code in bottom of all css

    .harlowe-page-header>h1 {
        text-align: center;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Center Page Title’ is closed to new replies.