Center Page Ttile

Support Area Forums Finesse Center Page Ttile

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question:
  • Author
    Posts
  • #36267
    DenisK
    Participant

    Good morning Bill,

    Could you please let help move page title in the centre. I was there before, I have updated About page and it moved the title to the left. I have tried different ways and settings to fix, but not being successful.

    Thank you.

    #36270
    Bill Robbins
    Moderator

    Hi Denis,

    You can center the page title. Go to the Customizer and select the Advanced section. In the spot for Custom CSS, add this:

    
    h1.page-title {
    	text-align: center;
    }
    
    .sidebar-right #content hr.small,
    .sidebar-left #content hr.small,
    .entry-header hr.small {
    	margin: 20px auto;
    }
    

    and save your changes. The second style there is to center the small line below the title. Let me know if you run into any questions.

    Have a great day,
    Bill

    #36272
    DenisK
    Participant

    Works great. Thank you very much for great support Bill.

    #36273
    Bill Robbins
    Moderator

    Glad to hear that did the trick Denis 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Center Page Ttile’ is closed to new replies.