Hey, I'm using bio theme and I was wondering how I could move the top links to the side
Go to line 345 and you should find this:
#nav {
background-color: {color:nav};
color: {color:Links};
text-transform:uppercase;
font-family:calibri;
letter-spacing:1px;
display: inline-block;
text-transform:uppercase;
float:center;
padding: 2px;
width: 151px;
height:16px;
font-size: 10px;
}
add
margin-left:200px;
or change it depending on how you want it.













