Skip to content

Instantly share code, notes, and snippets.

@samuelcotterall
Created August 19, 2011 09:30
Show Gist options
  • Save samuelcotterall/1156443 to your computer and use it in GitHub Desktop.
Save samuelcotterall/1156443 to your computer and use it in GitHub Desktop.
For Gemma…
To fix the width; find "width:47%;" and change it to "width:auto;" -- it is in this line:
#header{margin:0;border:0 solid $bordercolor;color:$pagetitlecolor;float:left;width:47%;overflow:hidden;}
I don’t know if this is intentional or not, but to fix the overlap hidden thing; change "padding:30px 0px;" to "padding:0 0 100px 0;" -- it is in this line:
#header-wrapper{width:950px;margin:0 auto 0;height:60px;padding:30px 0px;overflow:hidden;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment