Support » Themes and Templates » Help: Header Position

Viewing 2 replies - 1 through 2 (of 2 total)
  • To increase the size of the header font, edit style.css (line 110)

    #header h1 {
    font-family:"Trebuchet MS","Myriad Pro",Verdana,Tahoma,Arial,Helvetica;
    font-size:250%;
    letter-spacing:-1px;
    line-height:90%;
    }

    and style.css (line 119)

    #header h2 {
    font-family:"Trebuchet MS","Myriad Pro",Verdana,Tahoma,Arial,Helvetica;
    font-size:160%;
    }

    and increase the font-size setting. This may impact on the horizontal and vertical positioning of the 2 header texts. So perhaps this should be dealt with after you’ve adjusted the font-size?

    Thread Starter myidcw

    (@myidcw)

    thanks!

    got it

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help: Header Position’ is closed to new replies.