Home Forums Urja Solar Energy Menu View on mobile

Tagged: , ,

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #3123
    abilio reyes
    Participant

    Hello,

    I need to hide the menu or minimize it on mobile and tablet view.
    how can i do that?

    #3127
    User Support
    Participant

    Hello Abilio,
    could you share with us your site url ?
    Thank You.

    #3438
    abilio reyes
    Participant
    #3478
    User Support
    Participant

    Hello Abilio,
    To hide menu in mobile & tablet view:
    You have to go to Dashboard >> Appearance >> Customize >> Additional Css & put the below code.

    @media screen and (max-width: 1000px){
    .toggle-bar{
    display: none;
    }
    }

    If you need any more help, please message us.
    Thank you.

    #3502
    abilio reyes
    Participant

    sorry but i need to refrase the question, what i not need is not the menu bar it is the header with the number email and other information just the logo. how do i do that?

    #3503
    abilio reyes
    Participant

    i take a lot of space from the mobile and tablet view
    what the company needs is to take the info out just letting the logo be on it
    and the other information banish from there on those views (mobile and tablet)

    #3536
    abilio reyes
    Participant

    does anybody have a updtate for me?

    #3537
    abilio reyes
    Participant

    no problem i did it allready

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.