Hi,
How can I remove the footer socket menu from mobile view at http://www.kiddychaos.co.uk
I would like to keep the copyright statement shown all the time though.
Thank you
http://www.projectt.co.uk
Hey projectt_co_uk,
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: 767px) {
#footer {
display: none;
}
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
Thank you for your help.
The code didn’t work.
Please can you look into it again.
Thank you.
Hi,
Did you add her code to the very top of quick css? Also, be sure to clear your cache a few times over.
Best regards,
Jordan Shannon
I have tried everything and it still didn’t work.