Default Theme: Navigation bar "jumping" when item is selected

Dear Friends at Omeka,

I have just installed my first Omeka-S Server - and I am excited: This is exactly what we need for our citizen library.

The one and only imperfection I can see - with the default theme - is the navigation bar jumping to the left when an item is being selected:

Is this a known issue and could you possibly give advice how to fix ited?

Thanks in advance!

Best regards from Heidelberg
Stephan

This is new to us, and I’m looking into this now. Thank you for alerting us!

This is an issue regarding mobile styles bleeding into the desktop views. The fix will be included in the next release. In the meantime, you can do the following to apply a temporary fix:

  1. Download and install the CSS Editor module.
  2. In the Omeka S admin, navigate to your site, then its CSS Editor tab.
  3. Copy and paste the following:
@media screen and (min-width: 800px) {
  header nav.open {
    margin: 0 auto !important;
  }
}
1 Like

… allthough definitely to late :-/ - I dont want to miss to say:

Many thanks - the fix worked on the first go !

You and your colleagues at Omeka are doing a great job :slight_smile:

This topic was automatically closed 250 days after the last reply. New replies are no longer allowed.