Afterburner for Moodle 2.2 problem - no logo in header

Re: Afterburner for Moodle 2.2 problem - no logo in header

by Mary Evans -
Number of replies: 2
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

I did not test the logo div method and and it does not work well as you have found! Sorry about that and also error in my CSS! sad

However now I have time to test it I find that you can delete the logo div and just add this line to the #page-header CSS like so...

#page-header {
    width: 96%;
    height: 160px;
    margin: 0 auto;
    padding: 0;
    text-transform: lowercase;
    color: white;
    background: url([[pix:theme|logo]]) no-repeat left top;
}

It works perfectly! smile

In reply to Mary Evans

Re: Afterburner for Moodle 2.2 problem - no logo in header

by Frankie Kam -
Picture of Plugin developers

Oh yes, it works perfectly! Everything is aligned nicely. And I have my logo! Thank you very much Mary.

In reply to Frankie Kam

Re: Afterburner for Moodle 2.2 problem - no logo in header

by Mary Evans -
Picture of Core developers Picture of Documentation writers Picture of Peer reviewers Picture of Plugin developers Picture of Testers

I think this is how it worked in the 1.9 theme.

Glad it is working OK now.

cheers