header text too large

  • Hi: I’m using Redoable Lite as a theme for a new blog I am setting up: http://educanation.wordpress.com/, and the text in the header is not all appearing – it cuts off at the bottom. How can I 1) reduce the font size so it all shows or 2) move the entire header text higher up in the header box? Many thanks!
    Karen

  • You can do number 1.

    Purchase the CSS upgrade (15 dollars US I think) and then modify the information in thhis code snippet:

    #title a (line 207)
    {
    display: block;
    height: 37px;
    line-height: 37px;
    padding-top: 123px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    }

    Should sort it for you.

  • The topic ‘header text too large’ is closed to new replies.