Im struggling with centering this menu, ive tried the margin auto css and it doesnt seem to be working. Can someone help please.
Would it be easier for me to put this at 100% and then margin auto??
#access {
clear: both;
margin-top: -20%;;
margin-left: 15%;
width: 100%;
font-family: SansitaOne;
font-weight: 100;
text-shadow: 2px 2px #000000;
height: 43px;
text-align: center;
}
#access ul {
font-size: 18px;
list-style: none;
}
#access li {
position: relative;
float: left;
}
thankyou in advance.
Kirsty
you can do this by
margin:0 auto;it will work for every resolutionand set width