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

    Hi,

    @media only screen and (max-width: 767px) {
    .responsive #socket .sub_menu_socket {
    display: block !important;
    }}

    schon probiert, auch mit weniger oder mehr pixeln.

    Beispiel: bei note2 hochkannt wird es durch den fix angezeigt, beim quer (höhre pixelbreite) schon wieder nicht.
    Lokal am PC mit opera, wird es garnicht ab einer gewissen größe angezeigt, was aber wohl mit der mobileerkennung zusammehängt.

    Jedenfalls. gibts noch mehr hacks? : )

    Danke schonmal

    ps: ich benutze 3.1

    #413350

    Hi beste_medien_werbe_agentur!

    Thank you for using Enfold.

    The socket menu is hidden by default on mobile devices because it breaks the layout of the container. If you want to display it in smaller screen sizes, you can adjust the media queries above:

    @media only screen and (max-width: 1024px) {
    .responsive #socket .sub_menu_socket {
    display: block !important;
    }}

    Regards,
    Ismael

    #413542

    1024 instead of 767px okay i will try.

    is it posible this “sub menu socket” add to the mobile menu ?

    #414857

    Hey!

    If your trying to change the menu for mobiles then you could try this out, http://kriesi.at/documentation/enfold/changing-the-menu-on-mobiles/.

    Regards,
    Elliott

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