Tagged: yigit
Even if I use the mobile version of my website, I can’t see my socket menu.
If I visit my website, I see a socket menu, but if I open my website with my mobile phone, I don’t see the menu…
I have checked my custom.css etc. but I don’t no why this is so…
Thanks for Your support
Regards
Hi researchtools!
I tried viewing your link but I’m getting a bunch of errors.
Failed to load resource: net::ERR_CONNECTION_REFUSED
Regards,
Elliott
You can it try again, Elliott.
Hi,
Please try the following in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) and (min-width: 480px) {
.responsive #socket .sub_menu_socket {
display: block !important;
}
}
Regards,
Rikard
Hello Rikard,
thx for your approach, but it doesn’t help. The socket menu is still hidden.
Regards
Hi!
Please try using the code as following
@media only screen and (max-width: 767px){
.responsive #socket .sub_menu_socket {
display: block !important;
}}
If that too does not help, please create a temporary admin login and post it here privately
Regards,
Yigit
Hi,
Yigit, it works! Thank You. But the socket menu is not in the middle of the screen.
How can I change that? How can I define, that the socket menu is left- or right-aligned?
And I see, that the letters g,y,p,q are cutted. How can we change that?
Regards
Hey!
This is how it looks on my end (please see screeenshot in private content field below).
Can you please post a screenshot and show the changes you would like to make?
Also, please elaborate on the second issue. I am not sure if i understood you clearly. I checked your page and have not seen cutted letters
Best regards,
Yigit