How can I center Course Titles vertically in My Moodle? Where in css should I look into? Thank you!
Hi Sergei,
I'm not exactly shure, where the screenshot stems from. Is it really the course's title? Anyway.
Please use firebug [1] to find out which element and which css style rule is responsible/can be used for the positioning of "Grammar Practice".
Vertical centering of elements within block elements is a bit tricky. See [2] for a working example. Or google for "css vertical align".
Hope this helps at lease a bit.
Regards
Martin
[1] See http://www.evotech.net/blog/2007/06/introduction-to-firebug/#fb_css if firebug is new to you
[2] http://milov.nl/code/css/verticalcenter.html
I'm not exactly shure, where the screenshot stems from. Is it really the course's title? Anyway.
Please use firebug [1] to find out which element and which css style rule is responsible/can be used for the positioning of "Grammar Practice".
Vertical centering of elements within block elements is a bit tricky. See [2] for a working example. Or google for "css vertical align".
Hope this helps at lease a bit.
Regards
Martin
[1] See http://www.evotech.net/blog/2007/06/introduction-to-firebug/#fb_css if firebug is new to you
[2] http://milov.nl/code/css/verticalcenter.html