Tagged: 

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #580672

    I’m having trouble with my site on the phone and the ipad.

    1. On the phone, the hamburger menu doesn’t show up because it blends into the white background of my header. I put the following CSS in but its not doing anything:

    @media only screen and (max-width: 480px)
    .av_header_transparency #advanced_menu_toggle {
    background-color: #ffffff;
    color: #000000 !important;
    border-color: #000000;
    }

    2. On the iPad, I would like the hamburger menu to show up because the regular menu is overlapping the logo, but its not showing. I have clicked the right box within the header options but its not working.

    http://www.lakeclairepool.com

    Help?

    Thanks.

    #580697

    Hey ginnywills!

    1.) Adjust max-width value of your media queries. 480px is too low I think. Clear browser cache and hard refresh a few times.

    2.) It’s showing up fine for me on iPad screen size. Please clear browser cache and hard refresh a few times.

    Cheers!
    Andy

    #581272

    Thanks for getting back to me but my problem is still the same. There is no hamburger menu on either the phone or the ipad. You can’t see it at all the phone or it is the regular menu and totally screws up the formatting. And on the iPad the menu overlaps the logo because its so big. Is there a way to show you screenshots?

    The website looks good — its just the menu that is causing trouble.

    Thanks,
    Ginny

    #582608

    Hi Ginny,

    Sorry for the late reply, please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    .av_header_transparency #advanced_menu_toggle {
    color: #030003 !important;
    }
    }

    You can attach screenshots by uploading them to a service like imgur.com and then link to them here.

    Thanks,
    Rikard

    #584380

    That did not work. The menu us now outlined in black but it just looks like an empty square. How can I get the inside to be black too?

    #585138

    Hi,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Regards,
    Rikard

    #585671

    Thanks for looking into it. Credentials are in the private content area.

    It also looks funny on the ipad….

    Ginny

    #586868

    Hey!

    Thank you for the info. We added this css code:

    #advanced_menu_toggle, #advanced_menu_hide {
        background-color: #ffffff;
        color: #000000;
        border-color: #030003;
    }
    
    .av_header_transparency #advanced_menu_toggle {
        color: #000000;
        background: transparent;
    }

    Regards,
    Ismael

    #589249

    Many thanks! looks perfect!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Menu on Mobile Devices’ is closed to new replies.