trema-tech / moodle-theme_trema

Theme trema, a Moodle LMS plugin.
https://moodle.org/plugins/theme_trema
GNU General Public License v3.0
40 stars 20 forks source link

Top navigation/navbar is not aligned correctly - too high (SOLUTION INCLUDED) #150

Closed michael-milette closed 7 months ago

michael-milette commented 1 year ago

The top primary navigation/navbar/custom menu is out of alignment with the rest of the header. It is too high:

image

When I tried to adjust it with CSS, I ran into problems with the "more" menu. See #149 .

Using:

Let me know if you have any questions.

Best regards,

Michael Milette

michael-milette commented 1 year ago

The following CSS seems to corrects the issue without triggering the more menu.

.primary-navigation {
  margin-top: 4px;
}
michael-milette commented 7 months ago

Hi @rmady ,

Please test and merge PR #179 . Thanks!

Best regards,

Michael Milette

rmady commented 7 months ago

Thank you very much @michael-milette lol You are the best.

Kind regards, Rodrigo Mady