Skip to content

Comment on Pycoder's Weekly Python Projects of 2012parent

Comments

Yeah, we recieved an email about this, is it just the signup form out of alignment with the list or the entire thing?

A picture says more than words: http://imageshack.us/photo/my-images/823/pycoders.png/

Edit: It seems to be caused by the sign up form. If I delete that in Firebug the content is centered correctly. This code seems to fix it:

    #mc_embed_signup {
      position: absolute;
    }
    
    #templateContainer {
      margin-top: 136px;
    }
Not a very nice solution but it works.

Hey, Thanks for the fix. We did something a little different and just moved into into the containing table. Tables for layout yuck, but this is essentially a html email posted on a website.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.