• Hi,

    Excuse my post – I’m new to WordPress and was wondering how I go about changing the alignment of the text in the header of my homepage.

    Thanks

Viewing 1 replies (of 1 total)
  • You’ll need to edit the ‘style.css’ file in your blog/wp-content/themes/default directory on your server. Before changing it, I would suggest you actually duplicate the directory, so you have a backup in case you don’t remember what you did wrong!

    Within the ‘style.css’ file, find the following:

    h1 {
    font-size: 4em;
    text-align: center;
    }

    which should be around line 90. Change the text-align attribute to whatever you want. If you use ‘left’, you’ll also want to add some padding so it doesn’t run off the header to the left.

Viewing 1 replies (of 1 total)
  • The topic ‘Aligning Text in Kubrick Header’ is closed to new replies.