Usage: Enable header bar on mobile devices

Leon's Avatar

Leon

04 Jan, 2023 03:46 PM

Product: Tao Contao
Contao Version: 4.13

Hi,
is there a way to display the header bar on mobile devices?

  1. Support Staff 1 Posted by RockSolid Theme... on 05 Jan, 2023 10:55 AM

    RockSolid Themes's Avatar

    Thank you for submitting your question!

    Yes, you can achieve that by adding the following CSS code to files/tao/css/custom.css:

    @media screen and (max-width:599px) {
        .header-bar {
            display: block;
        }
    }
    

Reply to this discussion

Internal reply

Formatting help / Preview (switch to plain text) No formatting (switch to Markdown)

Attaching KB article:

»

Attached Files

You can attach files up to 10MB

If you don't have an account yet, we need to confirm you're human and not a machine trying to post spam.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac