#1 2025-11-20 19:08:37

User1234567890
Member
2025-11-20
9

Bootstrap Darkroom Mobile View

Hello/Hi/Greetings,

How can I disable the Hamburger Icon in a mobile view? I have disabled all possible buttons (Slideshow etc), and on desktop view I don't see anything inn the Navigation Bar right hands side, yet in the mobile view there is a persistent hamburger icon which does not bring up anything when clicked. It worked when "Slideshow", "download" or "photo sizes" options were available, but now that everything is disabled, it should disappear (like in the desktop view), but it doesn't.

Any ideas? Thanks in advance.

Offline

 

#2 2025-11-21 00:33:47

moberley
Member
2025-11-10
90

Re: Bootstrap Darkroom Mobile View

Adding the following to your Local File CSS should remove the secondary navbar hamburger menu from the picture pages.

Code:

#thePicturePage button[data-target="#secondary-navbar"] {
  display: none;
}

If you also need it removed from the album (category) pages (where the secondary navbar displays the options for grid view, list view, etc)  then you wouldn't need "#thePicturePage" part and it should select the button for the secondary navbar on both types of page.

Offline

 

#3 2025-11-21 10:02:06

User1234567890
Member
2025-11-20
9

Re: Bootstrap Darkroom Mobile View

Thank you!

Offline

 

Board footer

Powered by FluxBB