html - White space on right of page - mysterious -

how rid of white space on side of website? out of ideas, , cannot seem see problem is causing every page of website have white space.
can , @ in firebug? - see if there have missed.. website here: www.sugarskull.co

i on chrome , noticed on <div> top-pusher have height of 45px.
removing
#top-pusher { /* height: 45px; */ } removes side line talking about, did not notice change in layout (for fullscreen after removal.
when in mobile, have padding around header, why black menu button doesn't touch window:
body#home div#header { background: transparent; } just add padding:0 div#header , should remove padding margin on menu/nav bar.
edit: space bar seems on homepage, should targeting page fix:
#home #top-pusher{ /* fixes right side gape */ height:0px; } #home div.sequence-theme{ /* removes white space on bottom */ margin:0; } @media /*your mobile screen size */ body#home div#header { background: transparent; /*removes spacing allow nav bar touch sides of window*/ padding:0; }
Comments
Post a Comment