Tagged: mobile, Socket menu
Hi,
I do not see or understand how to display the socket menu on mobile. i only have the copyright area text.
Is there any such option in Enfold and if so, where?
or do I have to add code, and if so, which?
Thank you.
Hi Ad-Min7477!
Thank you for using Enfold.
There is not enough space in the socket container for the menu so it is hidden by default on mobile device. You can only enable with css:
@media only screen and (max-width: 479px) {
.responsive #socket .sub_menu_socket {
display: block;
}}
Regards,
Ismael
Thanks Ismael (also for your so prompt answer!),
it works fine.
The only thing could be to center this socket menu and increase a little bit the space between the 2 lines so that it looks cleaner and easier to click.
It would be a “nice to have”, it’s not critical, (especially) if convenient for my customer.
So if you think possible that’s great (as I like doing it clean), if you don’t, that’s not critical.
Thanks.
Enjoy and have a nice day
JM
Hi!
Could you provide us with a link to the site in question so that we can take a closer look please?
Best regards,
Rikard
Hi Rikard,
the url is as follows:
http://rentonfrance.com/
Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
#socket .sub_menu_socket li {
margin-bottom: 15px;
}
#socket .avia-menu-text {
font-size: 16px;
}}
Best regards,
Yigit
Very good !
Thanks Ygit,
Rikard, ismael !
:-)
Topic may be closed.
Best.
JM