New Landing How can we help? Themeforest Theme Support Dante Hide footer on mobiles

Viewing 6 posts - 1 through 6 (of 6 total)
  • Posted in: Dante
  • #230563
    mirk
    Member
    Post count: 24

    Hi,

    could you please tell me how to hide the footer on mobiles?

    Thx & bests

    mirk

    #230578
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-
    @media only screen and (max-width: 767px) {
    #footer-wrap{
    display:none !important;
    }
    }

    Thanks
    Mohammad

    #230710
    mirk
    Member
    Post count: 24

    Hi, thx it works but now the copyright section under the footer is gone as well – but I need it…

    #230815
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove the last css code and use this new code:-

    @media only screen and (max-width: 767px) {
    #footer.footer-divider{
    display:none !important;
    }
    }

    Thanks
    Mohammad

    #230898
    mirk
    Member
    Post count: 24

    Resolved – THX

    #230904
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome and glad to help you.
    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register