vidyamantra / moodle-theme_eduhub

Moodle theme which has useful features.
3 stars 3 forks source link

Breadcrumbs hide behind navbar with Larger Logo #7

Closed mruasar closed 8 years ago

mruasar commented 8 years ago

The default logo works fine, but when logo with bigger height is used, it though expands the navbar perfectly, but then breadcrumbs gets hidden behind navbar.

susmita123 commented 8 years ago

Thank You for your feedback. About this issue, Please go to theme settings page ( Dashboard / Site administration / Appearance / Themes / Eduhub / General Settings ) "Custom Css"

Add below css here. and save. body{ padding-top:100px; }

Note : If your logo height is 100px, padding-top should be 100px.

mruasar commented 8 years ago

Cheers, Works well, please add this to Theme documentation (or just below logo upload) replacing the current CSS code.