Tagged: ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #721158

    The menu is displayed correctly in the iPad (see image here), but not in the Acer tablet (see image here).
    :(
    Some possible solution?

    Best regards

    #721163

    Hey orianos!

    What browser is the Acer using and what is the size of the screen?

    Thank u

    Regards,
    Basilis

    #721420

    Hi Basilis,
    The tablet is an acer iconia A3-A20.
    The browser is Google chrome.
    The size of the screen: 10 inches.

    Thanks for your help.

    #721791

    Hi,

    Thanks for the info, would you consider using the mobile menu for tablets as well? If so please try the following in Quick CSS:

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

    Best regards,
    Rikard

    #721933

    Hi everyone, I think I found the solution.
    I changed the menu items, from “Nos Formules” to “Nos Formules”
    and from “Contact / Réservation” to “Contact / Réservation”.

    In practice I added the unifying character between the two words of the same menu item.
    In this way, the menu is displayed correctly even on the Acer tablet.

    Strange … but at least it works.

    Best regards

    #722957

    Hey!

    I changed the menu items, from “Nos Formules” to “Nos Formules”
    and from “Contact / Réservation” to “Contact / Réservation”.

    I don’t really see anything different from those menu items but if it works then it works. :)

    Best regards,
    Ismael

    #723042

    Sorry, I have wrote wrong the code in the previous message :(
    I tried again to write with the “code” formatting.
    I changed the menu items, from:
    <span class="avia-menu-text">Nos Formules</span>
    to
    <span class="avia-menu-text">Nos&nbsp;Formules</span>
    and and from “Contact / Réservation” to:
    <span class="avia-menu-text">Contact / Réservation</span>
    to
    <span class="avia-menu-text">Contact&nbsp;/&nbsp;Réservation</span>

    Please watch this image, with the situation before and after.

    Best regards

    #724113

    Hi,

    I’m not sure how the “non-breaking space” character fixed it but adding a normal “space” should not create a second line. Anyway, thanks for sharing.

    Best regards,
    Ismael

    #724164

    Thank you for your answer Ismael.
    I understand that it may seem strange, but the “non-breaking space” has solved this Enfold menu specific problem on Acer tablet “iconia A3-A20”.
    Best regards, and thanks for your great work.

    #724726

    Hi,

    Great, thanks for the feedback. Let us know if you should need any further help on the topic.

    Best regards,
    Rikard

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