Hello,
my Footer-Links (Disclaimer, Sitemap etc.) is hidden on iPad and Mobile Devices.
We have a Enfold-Child-Template but no styling for the footer.
Could you please have a look? Thank you :)
Hey skrziwon,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
@media only screen and (max-width: 1024px) {
#footer .menu-item {
display: block;
}
}
If you need further assistance please let us know.
Best regards,
Victoria