Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #543078

    hi,

    we turned off the RWD function in “General Layout”, but the menu disappeared when screen size gets smaller.
    could you help?
    thank you :)

    screen cast: http://screencast.com/t/Tcw9XDxK

    #543322

    Hey decode!

    I’m not sure what you mean by RWD. Can you send us a link to your page so we can take a look?

    Best regards,
    Elliott

    #543478

    hi, Elliott

    I mean the Responsive mode,
    http://screencast.com/t/wvlwgGmWkIxz
    Once we turned it OFF, the Menu will disappear with smaller screen.

    thanks a lot

    #543572

    Hey!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu, #header_main_alternate, .fallback_menu {
        display: block;
    }}

    Regards,
    Yigit

    #545786

    It Works !!

    thank you :)

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘turn off RWD, Menu disappeared (small size screen)’ is closed to new replies.