New Landing How can we help? Themeforest Theme Support Neighborhood account and language in the header

Viewing 13 posts - 1 through 13 (of 13 total)
  • #125746
    arredo74
    Member
    Post count: 21

    Hello, please can you teach me how show the account and the language switch in the header of the small screen?

    Thanks

    p.s. I have another question:

    1) In the product page I hide “Leave a Feedback” with this code “span.leave-feedback{display:none;}” write in the “Custom CSS field”, but in the small screen I continue to see it

    #125748
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Unfortunately it’s not available on mobiles as there’s not enough room for it.

    Add !important to it, so:

    .leave-feedback{display:none!important;}

    – Kyle

    #125754
    arredo74
    Member
    Post count: 21
    This reply has been marked as private.
    #126091
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok I’ll forward this to Ed for you

    – Kyle

    #126106
    arredo74
    Member
    Post count: 21

    ok, thanks

    #126107
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    #126345
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Hi there,

    What I implied was that this could be done with custom css – which would need to be done by yourself – our support only covers issues with the theme, not customisations.

    Here is something to get you started:

    @media only screen and (max-width: 979px) {
    .header-right {
    display: block;
    }
    .header-right > nav:first-child {
    display: block;
    margin: 0 auto;
    width: 50%;
    float: none;
    }
    .aux-languages > a, .aux-languages:after {
    display: none;
    }
    #header-section .header-menu .menu > li {
    border-left: 0;
    }
    }

    But you will need more to alter the display.

    – Ed

    #126407
    arredo74
    Member
    Post count: 21

    Ok, is it possible propose a suggestion for a future implementation?

    #126410
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Of course it is. Several new features are developed based on users input and the development team will see if it can be considered to be develop or not.

    Thanks.
    -Rui

    #126419
    arredo74
    Member
    Post count: 21

    Great, how can I propose this implementation?

    #126423
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Just explain your idea here in your reply.

    -Rui

    #126433
    arredo74
    Member
    Post count: 21

    ”show the account and the language switch in the header of the small screen”

    #126434
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok thanks will keep it in mind

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

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

License required for the following item
Login and Registration Log in · Register