Site icon Catch Themes

Remove header space, Disable header on homepage

Hello everyone & support staff! Thanks in advance for anyone's assistance. For starters, this is a great theme! I love it. My site: http://cinderellabridalandflowers.com 1. I am trying to get rid of the pesky padding/white-space up at the top of the site (right above menu). I am trying to get rid of it with the following code, but can't seem to get lucky. Any pointers? /* Header padding ----------------------------------------------- */ #hgroup-wrap { padding: 0px; } #site-logo { padding: 0px; margin: 0px; } #hgroup-wrap .container { padding: 0px;} 2. Header everywhere except homepage. This one's got me completely stuck. I would like to have a header throughout my site, but not on the front page (aesthetics mostly). Is there a way to hide it from the home page but not others? 3. This one is not such a pressing matter: I am trying to center the text of the footer with the following code (after padding) that I found somewhere on this site, but it's not working. /* Footer padding ----------------------------------------------- */ #site-generator .site-info { padding-top: 0px; padding-bottom: 0px; } #supplementary .widget-area { float: none; } Some CSS that may help others/save time looking: /* Menu Height ----------------------------------------------- */ #header-menu ul.menu a { line-height: 30px; } /* Hide slider nav ----------------------------------------------- */ #slider-nav { display: none; } /* Disable empty main wrapper in homepage ---------------------- */ .home #main { display: none; }
Exit mobile version