Ah thanks so much! Your first suggestion actually worked, I think I just had to restart my browser or something.
Hi thanks for your response! I tried adding a text-align center to the style.css form in the editor but it did not work. this is my code:
#site-navigation,
#site-sub-navigation {
position: relative;
z-index: 500;
font-size: 13px;
display: block;
background: #444;
text-align:center;
clear: both;
font-family: ‘Cantata One’, serif;
font-weight: 400;
}