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
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
1024 instead of 767px okay i will try.
is it posible this “sub menu socket” add to the mobile menu ?
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