New Landing How can we help? Themeforest Theme Support Dante Naked header on mobile

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Dante
  • #162887
    eternalbeta
    Member
    Post count: 76

    I just updated to 2.8 and noticed that the naked header no longer works on mobile. Is there a way to make it work with mobile on 2.8?

    Thanks

    #163090
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    Yes, we’ve moved away from it on mobile as in most cases it doesn’t make sense. You can add this custom css to keep the naked header on mobile:

    .naked-header .header-wrap {
    position: absolute!important;
    }
    @media only screen and (max-width: 991px) {
    .naked-header #header-section, .naked-header #header-section:before, .naked-header #header .is-sticky .sticky-header, .naked-header .is-sticky #header.sticky-header {
    background: transparent!important;
    }
    }

    – Ed

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.