@gregfielding
14 years, 8 months ago
I’ve got 2 rows of tabs and they are migrating left
http://housingstorm.com to see what I mean.
Any ideas of how to keep them moved to the right?
@modemlooper
CSS
ul#nav li {
float:right;
}
Still too far left…
I did this:
ul#nav {
left: auto;
right: -40px;
and it works ok for now…