Simplespace. Block title text overlapping icon

Re: Simplespace. Block title text overlapping icon

by Javier Oteiza -
Number of replies: 1

Hi Howard,

Brian Peat solved the problem doing the following:

In the site administration area, under appearance, is an option called Additional HTML. There's a block there labeled Within Head.

In that box put this:

<style>
.block .header h2 {
padding: 0 0 0 1.7em;
}
</style>

that will load the style in the header of every page and shift your icons over for you (or it should).

thanks!

In reply to Javier Oteiza

Re: Simplespace. Block title text overlapping icon

by Marc Hermon -

I just spent 3 hours trying to figure this out. Note to self: Search for all problems in Moodle.org first!!! I just pasted the above style into the core.css stylesheet in the Simple Space theme and it worked. I was so happy I felt it deserved me posting a thankyou!