• Hi! I am very new to wordpress. I recently started handling our website (www.infowerks.com). I added a link to our careers page to the bottom menu at the bottom of the template and it aligned the text and links all left. How can I center this information?? Suggestions?? Not sure where in the code to find this. I believe it is located in what the template refers to as a secondary menu.

Viewing 1 replies (of 1 total)
  • Add the following code in stylesheet:

    ul.inline-list>li{
    float:none;
    tex-align:center;
    }
    ul#menu-secondary>li{
    float:left;
    }
    #menu-secondary{
    margin-left: 0px;
    display: inline-block;
    width: auto;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Centering Links on Site Template’ is closed to new replies.