Hi,
We have a menu assigned to the “Enfold Child Footer Menu” no drop downs menu….
It displays fine on desktop and laptop however on mobile it doesn’t show… Only the copyright information is visible ?
Hi sitesky!
There is usually not enough space for it to display on small screens but you can use this CSS.
#socket nav {
display: block !important;
}
To force it to display on all screen sizes.
Best regards,
Elliott