Viewing 2 replies - 1 through 2 (of 2 total)
  • How do I reposition the white text over the header image

    Edit style.css and look for:

    #blogtitle {
    border:0 solid red;
    color:#FFFFFF;
    font-family:Arial,Verdana;
    font-size:35px;
    font-weight:bold;
    left:50px;
    overflow:hidden;
    position:absolute;
    text-align:left;
    top:40px;
    width:650px;
    }

    The “left” and “top” attributes control the position of the heading (white) text. For example, to move it right, increase left:50px; to left:70px;.

    how do I get rid of all the dead space at the bottom of the page

    That’s going to fill up with posts when you actually have some. So I’d suggest you leave that alone for now until you have a decent amount of content on that page.

    Thread Starter Thenook

    (@thenook)

    awesome, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Little help with Maple Leaf theme??’ is closed to new replies.