bmbrands / moodle-theme_elegance

This is the new official elegance repository
http://basbrands.nl
23 stars 12 forks source link

Change height of the footer. #163

Closed mentingm closed 8 years ago

mentingm commented 8 years ago

How can i change the height of the footer. I changed the Custom.css but nothing occures.

bmbrands commented 8 years ago

The Custom CSS box in the theme settings page should be used when adding custom css to the theme. If it does not work when adding it there please copy-paste your CSS here so I can have a look

mentingm commented 8 years ago

My custom.css look like this: /* @end */

[[setting:customcss]]

page-footer {height: 15px; }

I did also clear the cache of the website.

bmbrands commented 8 years ago

Ah ok. The footer for theme elegance is a little bit more complex than that. There is quite a lot of CSS for that. To change it it would be better to change the Less file variables. See: https://github.com/bmbrands/moodle-theme_elegance/blob/master/less/variables.less#L26

These less files recompile into CSS when you purge Moodle caches.