New Landing How can we help? Themeforest Theme Support Dante mobile menu is invisible

Viewing 11 posts - 1 through 11 (of 11 total)
  • Posted in: Dante
  • #217305
    Wiktoria
    Member
    Post count: 8

    Hello,
    I heve prblemns with mobile version on Samsung Note 4.
    Mobile menu is invisible and logo is stretched vertically. Can u help me with that?
    Wiktoria

    Attachments:
    You must be logged in to view attached files.
    #217388
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    1- Please go to Admin -> Appearance -> Menus -> Choose the Menu items for Mobile Menu.

    2- Please use this custom css code:-

    @media only screen and (max-width: 991px) {
    #logo img {
        max-height: 50px;
    }
    }

    Thanks
    Mohammad

    #217569
    Wiktoria
    Member
    Post count: 8

    1. It works! thanks! ๐Ÿ™‚
    2. Logo is still stretched ๐Ÿ™‚

    #217572
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove my last code and use this code:-

    @media only screen and (max-width: 991px) {
    #logo img {
        height: 50px !important;
        min-width: 200px !important;
    }
    }

    Thanks
    Mohammad

    #217586
    Wiktoria
    Member
    Post count: 8

    still nothing ๐Ÿ™

    #217591
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    This is how I’m seeing it.
    https://www.dropbox.com/s/5y6uo3szt86wjde/Screenshot%202015-09-30%2015.07.28.png?dl=0

    Try to clear the browser cache.

    -Rui

    #217602
    Wiktoria
    Member
    Post count: 8

    you are right! Thanks!

    Can I have one more question?

    http://www.fun-fotobudka.pl/cennik – pricing columns are merging into one big column! You cannot see where the column is ending. I need to separate them. Ca u help me?

    #217605
    Wiktoria
    Member
    Post count: 8

    Pricing table in mobile version!

    #217606
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.
    Increasing that value will increase the vertical space between them.

    
    @media only screen and (max-width: 479px){
    .labelled-pricing-table.columns-5 .pricing-table-column {
        margin-top: 30px!important;
     }
    }

    Hope it helps.

    -Rui

    #217617
    Wiktoria
    Member
    Post count: 8

    U are great! Thanks!

    #217619
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Glad it’s sorted. Thanks for the kind words.
    -Rui

Viewing 11 posts - 1 through 11 (of 11 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