Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #371809

    Hey. First of all thank you for a great theme. I love it!
    In advance, i would like to apologize for my poor english skills.
    I have som issues with tablet/mobile viewing, on the website http://www.conclean.dk
    1. On the tablet version of the website the logo and the menu are located in top of each other. How is it possible to make the menu move to the right, and make the logo smaller?
    2. Ob the mobile version there is no menu at all? And my boxes and text are also located on top of each other. What can i do to fix this?
    Thank you again.
    Ralle

    #371819

    Hey rasmusfranim!

    Thank you for your kind words, we are glad you that you liked Enfold :)
    Please try re-updating the theme via FTP and make sure to overwrite all files – kriesi.at/documentation/enfold/updating-your-theme-files/
    It seems like JS files are broken now and re-updating the theme should fix the issues you are having

    Best regards,
    Yigit

    #372804

    Thank you very much
    That helped with the menu on the mobile and when seen on the iPad in portrait. But when the iPad is laying down the menu and the logo are located in top of each other.
    What can i do?
    Best regards,
    Rasmus

    #373026

    Hi!

    Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px

    Best regards,
    Yigit

    #373232

    That is not working when the iPad is laying down. Is it possible to make it use the mobile menu when laying down? or perhaps make the social icons go away when it is on the iPads resolution?
    Best regards
    Rasmus

    #373384

    Hey!

    Is increasing the container width out of the question? You can try to increase Maximum Container width on Enfold > General Layout > Dimensions panel. Or add this on Quick CSS or custom.css to show the mobile menu earlier:

    @media only screen and (max-width: 1024px) {
    .html_mobile_menu_tablet .main_menu , .html_mobile_menu_tablet #header_main_alternate{display:none;}
    .html_mobile_menu_tablet .container #advanced_menu_toggle, .html_mobile_menu_tablet #advanced_menu_hide{display:block;}
    .html_mobile_menu_tablet #mobile-advanced{display:block;}
    }

    Regards,
    Ismael

    #374146

    That helped! Thank you very much
    Happy new years!
    Rasmus

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Problems with the mobile/tablet resolution’ is closed to new replies.