• Hye!Please need help for below questions:

    I have changed the height of header from 275px to 130px. Now text of my header is still beyond the header border. how can i change its size and position from right to left. And i want to change the position of header horizontal position down with the line of header?
    Please guide.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author RoseCitySister

    (@rosecitysister)

    I can’t be sure without seeing your site, but I think you’re talking about the #headerimg div. Look for this in the style sheet:

    #headerimg {
    padding-left:30px;
    padding-top:100px;
    }

    And change those to place the div where you want it. Let me know if that helps.

    Are you also saying that you want the text in the header right-aligned?

    Theme Author RoseCitySister

    (@rosecitysister)

    To change the font, look for this:

    #headerimg a:link,#headerimg a:visited,#headerimg a:active,#headerimg a:hover,#headerimg h1 a:link,#headerimg h1 a:visited,#headerimg h1 a:active,#headerimg h1 a:hover {
    background:transparent;
    color:#a8b772;
    font:700 40px Verdana,Tahoma,"Lucida Grande",sans-serif;
    text-decoration:none;
    }

    You can change the color and font size or family there. Let me know if you need any further help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header Size and header text changes in Green Apples’ is closed to new replies.