Centering Header Words

Home Forums All Other Themes Centering Header Words

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #117058
    jamisonjacobsjamisonjacobs
    Participant
    • Topics: 12
    • Replies: 11
    • Total: 23
    Member since: March 3, 2018

    Using the Solar Theme.

    I want to center and move up one line the words in white, to the right of the logo image
    http://nhenergygeek.org

    What code will allow me to center them and move them up by adjust the padding?

    Thank you.

    -J

    #117082
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .logo h2 {
        text-align: center !important;
        float: none;
        margin-bottom: 10px;
    }

    Regards,
    Chris

    #117103
    jamisonjacobsjamisonjacobs
    Participant
    • Topics: 12
    • Replies: 11
    • Total: 23
    Member since: March 3, 2018

    Thank you, the words are not quite centered over the centered menu.

    http://nhenergygeek.org

    Can you advise?

    Thanks, Chris

    #117235
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi,

    Kindly use this one

    .header-right .phntp { width: 35%;}

    Regards,
    Chris

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