DIVI: Fixed menu in mobile browser – CSS customization

Bildschirmfoto 2020 07 01 um 17.28.11
Contents

    The following CSS code helps to fix the menu in the mobile browser:

    @media (max-width: 980px) { .et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header { position: fixed; } }

    Dieser Beitrag ist auch verfügbar auf: Deutsch (German)

    Updated on 1. April 2024
    Was this article helpful?

    Leave a Reply

    Your email address will not be published. Required fields are marked *