10-20
Bottom Menu-Socket-Mobile (?)
Hi,
Can I keep the bottom menu on mobile?
I can make something but that would be easy.
Thanks,
Stephen
Hi stepheng!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 479px) {
.responsive #socket .sub_menu_socket {
display: block;
}}
Cheers!
Yigit
Thanks.
Why do you do double brackets at the end of your code? I’ve never scene that before.
Stephen