• Three things in working with it so far:

    1) you left out the closing ul marker for your footers in footer.php, so the list doesn’t display in Firebug. Also, IMHO, it seems like that should be a default of inline.

    2) Although you say there’s a single column page, the one you provide has a large space on the left. It caused the page not to display properly in cell phone mode because you used a negative margin. Also, I didn’t want that space. I wanted a full page. Easily fixed in Css:
    .no-sidebars .site-content #content { margin: 0; width: 90%; margin:auto;}
    Still, it would have been nice if you’d included a true full page template.

    3) not mad about the font. Plain old Helvetica, when there are so many great fonts out there now?

  • The topic ‘nice theme with good layout but not perfect’ is closed to new replies.