Hi there,
How do i centre the header that has Home, login etc?
Thanks,
Maxy
Hi there,
How do i centre the header that has Home, login etc?
Thanks,
Maxy
Let's see your site so we can give the correct answer the first time.
Sorry !!
It's http://mitch.craigedgar.com/
Add to your stylesheet
#navMain ul {float: none; text-align: center;}
#navMainSearch+br {display: none;}
Does it matter where I add that code?
In this case, no.
Perfect!!
Thank you.