Hi,
I am trying to centre the page list items.
I have tried a few CSS changes in the style sheet but to no avail.
I would love an assist!
Thanks,
Brett
Hi,
I am trying to centre the page list items.
I have tried a few CSS changes in the style sheet but to no avail.
I would love an assist!
Thanks,
Brett
post a URL
Hi
on line 98 in your style.css
try changing this
#menu ul li {
float: left;
}
to this
#menu ul li {
display: inline;
}Absolute Champion
Thanks a Bundle!
Brett
This topic has been closed to new replies.