Hi I am trying to hide all footer information on mobile devices except for the contact information (Footer 4) .
Is this possible?
Thanks
Nick
Hey nickgriffin1,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) {
#footer .flex_column:nth-child(1), #footer .flex_column:nth-child(2), #footer .flex_column:nth-child(3) {
display: none !important;
}}
Best regards,
Yigit
Thanks Yigit
This works on all pages except the homepage (on mobile) the content isn’t aligning
I can provide you with access if you need it.
Hi!
Please do clear your cache and try it again.
I checked with clear cache and all look fine.
Thanks a lot for your patience
Cheers!
Basilis
Hi Basilis
I have tried that and also viewed on a few mobile devices and the same issue is still occurring.
The text in the footer (contact details) on the homepage are being cut off ie the website and email address.
All other pages are fine and the footer is displaying properly
If you could have another look
thanks
Nick