Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #36145
    willhaley99
    Member

    Is there any way i can center the Title and primary menu on my website? http://www.gfwofhoa.com/

    #36150
    Sakin
    Keymaster

    @willhaley99: you can add the following css in “Appearance = Theme Options => Custom CSS” box to center your site title
    #header-left { float: none; }

    But for Header Right Sidebar menu, you will not be able to center it with the search.

    #36153
    willhaley99
    Member

    I added it, but it did not work.

    #36155
    Sakin
    Keymaster

    @willhaley99: Can you remove the previous css that I gave you and add the following:

    #header-left {
        display: block;
        text-align: center;
        width: 100%;
    }
    #hgroup {
        width: 100%;
    }
    #36167
    willhaley99
    Member

    that worked. Thank you!!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Centering title and menu’ is closed to new replies.