I have just installed Weaver 2.2 and need assistance with styling the top menu on my website http://www.9metis.com. In the Weaver 2.2 Options under Advanced Options in the <HEAD> Section I have inputted this code:
#access ul {
position: relative;
top: -180px;
width: 940px;
background-color: #e0e0e0;
float: right;
}
#access ul li {
background-color: #e0e0e0;
height: 38px;
font-family: Arial;
font-size: 10px;
}
#access li:hover > a {
color: #0a0a0a;
text-decoration: underline;
}
I want the menu items to be aligned to the right, not the left. However, this doesn't seem to work:
#access ul {
float: right;
}
In the first Weaver theme, this worked so not sure what I'm doing wrong now!
Thanks, any tips would be appreciated.