Jump to content

[Solved] change text to centre alignment


Recommended Posts

hi i would like to change the default header text to centre aligned, i have tried searching forum but to no avail, i have included a screenshot to show what i would like to change. i would just like to centre the text, i am using dreamweaver to edit global.css but am amatuer, do i need to make line changes for each change or is there one just one change to make, thanks in advance

TRUTHSEEKER

9467_bKYjxTcXHNweKwC14jYO_t

Link to comment
Share on other sites

my appolgise everyone, i have resolved this issue changing

/* global layout */
#page {
width: 980px;
margin: 0 auto 2px auto;
text-align:left;
}

TO

/* global layout */
#page {
width: 980px;
margin: 0 auto 2px auto;
text-align:center;
}


ADMIN PLEASE REMOVE OR CLOSE NOW THANKS

9470_ZwRlhKPKfgTcs2YlxTgX_t

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...