Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #610645

    Hi guis,
    I have create a landing page for lead generation. This page not have the menù but if i see the page on mobile, compare the simbol of menù whith no voice. Can i toggle the menù for the mobile.
    Sorry for my english.

    The page is:

    http://www.redrink.info

    If you see this page on mobile you can see the mobile menù.

    Thank’s a lot.
    Mino

    #610647

    Hey minogig!

    Thanks for getting in touch with us!

    Are you looking to remove the menu on mobile since there is no menu for your landing page? If so, you can add the following CSS code in the Quick CSS field under the General Styling tab in the theme options:

    @media only screen and (max-width: 767px){
    .container #advanced_menu_toggle, #advanced_menu_hide {
        display: none !important;
    }}
    

    You will need to remove the code if you later wish to show a menu on mobile.
    Let me know if you need further assistance.

    Cheers!
    Jordan

    #610801

    FANTASTIC!!!!

    Great, great, great, always quick in your responses.
    Now is perfect :)
    Thank’s a lot.
    Best regards
    Mino.

    #610813

    Hey!

    Glad you got it short out.
    Please do let us know if we can help you with anything else, will be more than happy.

    Best regards,
    Basilis

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