[ad_1]
Hello, am trying to center the top menu on mobile. I am using the twenty eleven theme and am just starting to learn CSS. I have added code to center the menu however on mobile the menu just runs to a second row which hugs the left. Is there a way to have the menu centered on mobile as well? I am okay with having to go to a second row as long as everything stays centered. Thank you!
Here is the Additional CSS code that I currently have added to center the top menu:
#access {
text-align: center;
}
#access ul {
display: inline-block;
margin: 0;
padding: 0;
}The page I need help with: [log in to see the link]
