Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #581770

    If I view my website: http://www.ericsmeets.nl/testserver/ on an Ipad for example with a lower resolution the menu items disappear behind the logo and also start a second row. So I was thinking to switch to the phone layout (with the mini-menu) as soon as the text starts dissapearing behind the logo. This happens it the width of the screenresolution is smaller than 1100 pixels. So how can I tell my website to switch to phone view faster?

    Thanks! Eric.

    #581775

    Hey EricSmeets!

    Please refer to this post – http://kriesi.at/documentation/enfold/menu-overlaps-logo-on-tablets/ and if that does not help, please see – http://kriesi.at/documentation/enfold/switching-to-mobile-menu-on-higher-resolutions/

    Best regards,
    Yigit

    #581788

    Okay, I used the script in the second link and now most of it works fine except the h1 titles inside a content section on the top of the page disappear on my Ipad. Any idea?

    #581805

    Hi!

    Please add following code to Quick CSS as well

    @media only screen and (max-width: 480px) {
    h1.av-special-heading-tag {
        font-size: 32px!important;
    }}

    Regards,
    Yigit

    #581846

    Now I see that inserting the above 2 codes didn’t cause the h1 to disappear. It is another problem. Do you have a tablet there maybe? I am not sure if it only happens with an Ipad1 or with more tablets as well.

    #581888

    Hey!

    can you upload a screenshot from the tablet, so we can give it a quick look?

    Best regards,
    Basilis

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