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

bwv’s picture

hebhansen’s picture

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?

bwv’s picture

Place the CSS code in style.css, which is located in the same directory as your theme.

hebhansen’s picture

It does not have any effect... still

hebhansen’s picture

Code is read, but overwritten further down?

hebhansen’s picture

#Content

Is that a div that needs to go somewhere?