• Resolved Robert

    (@robbieb1953)


    Trying to center the menu titles/buttons on my front page (twenty-eleven theme). Tried to adjust the padding in editor buy not successful.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author terrathemes

    (@terrathemes)

    Hi @robbieb1953,

    you posted your question in the support forum for the theme Meteorite. You should have posted that into the support forum for twentyeleven because you are not using my theme. I will notify a moderator to move the topic to the forum for twentyeleven.

    Nonetheless, here is the code you need:

    #access ul {
      text-align: center;
    }
    #access li {
      display: inline-block;
      float: none;
    }

    Add this to your child themes style.css or the custom CSS panel in the Customizer.

    Thread Starter Robert

    (@robbieb1953)

    Sorry! I was having trouble navigating the new Forum format – I’ve been away for a while.

    Thanks – it worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Spacing Menu Titles on Front Page’ is closed to new replies.