When on desktop the Navigation widget in the footer is fine. When the screen size goes down to tablet and mobile the Navigation disappears. The title is still there but the widget is not.
Hey thebrexitparty,
Add this to quick css:
@media only screen and (max-width: 1024px){
#footer .menu-item {
display:block!important;
}}
Best regards,
Jordan Shannon
That worked perfectly thank you.
Hi,
I’m happy to help. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon
