• Resolved antonw1

    (@antonw1)


    Dear Anders, Could you once again provide your very valuable advice or solution to the following problem? Categories for the gallery are good displayed above the gallery in desktop version of website, but are missing in Android screen. Gallery developer had advised, that it is the CSS of the theme that is the problem: https://prnt.sc/nx0ww8 . All nav tags for screen sizes less than 620 pixels are disabled here. Is there a way to edit this with custom CSS?

    Thank you in advance, much appreciated

    Anton

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @antonw1,

    Go to Appearance → Customize → Additional CSS (the menu labels might be different in your language) and enter the following code:

    nav.grid-gallery-nav { display: block; }

    Let me know if that does it. I’ll update the CSS in Davis to fix this issue in a future update.

    — Anders

    • This reply was modified 4 years, 10 months ago by Anders Norén.
    Thread Starter antonw1

    (@antonw1)

    Thanks so much. It worked

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Navigation menu of gallery hidden on small screens’ is closed to new replies.