By hebhansen on
I tried to add this to my css
Body {
margin: 70px 70px 70px 70px;
}
Drupal jumps in place and then back again. How can I create free space around my content?
Css preferred. One line of code is so much easier than views,panels and you name it
and also - how can I fix the height for my content? 600px etc.
Comments
Have a look at
Have a look at this:
http://www.bluerobot.com/web/css/center1.html
Exactly - that's what I am
Exactly - that's what I am looking for, but that does not solve my problem...
I use fusion starter theme. I have a local.css file that I thange things in. Some how, Drupal gets contra orders further down the line. Where should I place the CSS code to create margin around my site globally?
Place the CSS code in
Place the CSS code in style.css, which is located in the same directory as your theme.
It does not have any
It does not have any effect... still
Code is read, but overwritten
Code is read, but overwritten further down?
#Content Is that a div that
#Content
Is that a div that needs to go somewhere?