Ocean Tea (
faevii) wrote in
style_system2011-01-24 07:43 am
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Quick Question
I'm trying to create a layout by adding custom CSS to the Tabula Rasa style.
Does anybody happen to know which element I need to remove the margin from in order to get rid of the gap between the navigation strip and the header? I've tried everything I could think of already ...
Does anybody happen to know which element I need to remove the margin from in order to get rid of the gap between the navigation strip and the header? I've tried everything I could think of already ...
no subject
no subject
no subject
no subject
no subject
Bonus: you can use Firebug to edit the CSS and tweak with it live in case you want to test out changes, too.
no subject
no subject
body{margin: 0; padding:0; } --> removes some of the space between canvas and navigation strip
#canvas{margin: 0; padding: 0; overflow: hidden; } --> makes the whole canvas box 'visible', thereby 'removing' the space between header and navigation strip
#canvas .inner{margin: 0; padding: 0; overflow: hidden;} --> removes space between header and top of canvas box and and top of content box
Hope this works for you as well!
no subject
no subject
body { margin: 0; }