How do you set "topmargin=0" in 1.5

How do you set "topmargin=0" in 1.5

by Lady 800cc -
Number of replies: 2

I can't seem to get rid of the space above the header. I was able to do it in 1.4 and I can see it is posible in 1.5 just looking at moodle.org; but I'm not getting it to happen on my site..

Average of ratings: -
In reply to Lady 800cc

Re: How do you set "topmargin=0" in 1.5

by Chris Turek -

Look in the fw_fonts.css file in your theme for the:

body {
    margin : 5px;
}

Set it to 0px

Hope this helps!

In reply to Chris Turek

Re: How do you set "topmargin=0" in 1.5

by Lady 800cc -

I would have never figured that to be in the "font".css file surprise

Thank you so much chris.