Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1180975

    It is also much better if the logo with menu is also fixed in the mobile views, as with the screen view.

    Can you give me a css command?
    Thank you very much

    #1180985

    i mean in the screen device the Head with Logo und Menue is fixed.
    Is it possible to to set that also for the mobile view with css.

    Thank you

    #1180988

    Hi,

    Please refer to this post – https://kriesi.at/documentation/enfold/header/#sticky-header-on-mobile :)

    Best regards,
    Yigit

    #1186755

    Thank you!
    It works fine!

    /* Sticky header on mobile */
    @media only screen and (max-width: 767px) {
    .responsive #top #main {
    /* Margin top value should be equal to header height*/
    margin-top: 180px;
    }
    .responsive #top #wrap_all #header {
    position: fixed;
    }
    }

    #1186757

    Hi,

    You are welcome, glad we could help! Let us know if you have any other questions or issues and enjoy your weekend :)

    Best regards,
    Yigit

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘fixed Logo and Menue in mobile device’ is closed to new replies.