Viewing 3 replies - 1 through 3 (of 3 total)
  • Bonn

    (@bonnlevelup)

    Hello,

    I checked your site and you already changed the Mobile Header OffCanvas layout to “FullWidth”

    Is this sorted out already?

    Thread Starter freddyee

    (@freddyee)

    yeah, the Mobile Header OffCanvas layout was already in “FullWidth” and That’s the problem I’m having right now, what can be done about it ?

    Theme Author Ben Ritner – Kadence WP

    (@britner)

    Hi,
    You seem to be adding this css:

    .drawer-inner {
        max-height: 450px;
    }

    That should not be added. If you want to target just the mobile menu with a max height then use this css:

    #mobile-drawer .drawer-inner {
        max-height: 450px;
    }

    I hope that helps,

    Ben

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘mobile cart window’ is closed to new replies.