Viewing 7 replies - 1 through 7 (of 7 total)
  • do you have an image eidting program? Fireworks or Photoshop?

    I suggest you make your own logo. Here is your image

    http://goodtipstogainmuscles.com/wp-content/themes/download/running/images/header.jpg

    kriss_kringle,

    Change the following on line 59 of your style.css:

    header #header-info h1 {
       color: #8B1C92;
       font: bold 28px Verdana;
       padding-bottom: 5px;
       }

    to:

    header #header-info h1 {
       color: #8B1C92;
       font: bold 23px Verdana;
       padding-bottom: 5px;
       }
    Thread Starter kriss_kringle

    (@kriss_kringle)

    First of all thank you for your quick replies.I changed it as you said and it appears in the title box but the title is still tied up together “goodtipstogainmuscles”.How can I make it be like this: “Good Tips To Gain Muscles” ?

    Thank you in advance.

    kriss_kringle,

    Check the Settings > General > Site Title are and see if it is all one word there as well.

    Thread Starter kriss_kringle

    (@kriss_kringle)

    I made the title “Good Tips To Gain Muscles but it appears to the right of the title box now.I can easily remove “Good” from the title and it stays in the center like it should but if I want the whole title how can I make it appear in the center of the box?

    Again,thank you in advance,you really helped me a lot doc4.

    you can fine tune the position with this style in style.css of your theme:

    #header #header-info {
    		position: absolute;
    		top: 150px;
    		left: 475px; /* was 500px; */
    	}
    Thread Starter kriss_kringle

    (@kriss_kringle)

    Thank you very much alchymyth it looks great now.Also thanks to all the others who helped me out.Cheers

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Title appears outside the title box’ is closed to new replies.