Quote Originally Posted by Steven300 View Post
What in the CSS file should I change to centre my welcome title on the homepage?

http://www.pilonidalproducts.com

Thanks
add this declaration to your stylesheet.css

#indexDefaultHeading {
text-align: center;
}