• Resolved jmancherje

    (@jmancherje)


    Hi.

    I am using Virtue Theme and WordPress 4.0.
    I am trying to center the page titles for all of the pages on my website. Right now they always align left, and I cannot find any options to adjust the format of page titles.

    Can someone please help me adjust this because the content on my site is centered so the title looks very out of place.

Viewing 4 replies - 1 through 4 (of 4 total)
  • hannah

    (@hannahritner)

    Hey, try adding this to your custom css box in theme options > advanced settings:

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

    Hope that helps!
    Hannah

    LouisIsMyDog

    (@louisismydog)

    I triend adding:

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

    No Luck ??

    hannah

    (@hannahritner)

    Hey LouisIsMyDog,
    Do you mind starting a new thread and posting a link to your site? ??
    Thanks!
    Hannah

    You need to write it as one line.
    Add it like this…

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to center Page titles with Virtue Theme’ is closed to new replies.