Hello Support,
I’d like to hide the emails in the footer (4th column) of this site for iPads only, regardless of landscape or portrait view. Hidden for both views.
They appear fine in cell phones and desktop – just a problem with iPads.
I attempted a solution I found in the forum, however, it changed the text size for everything.
Is there a way to target just the iPad views, leaving mobile/phone and desktop alone?
Sincerely,
Greg
Hi Greg,
Thanks for giving us the link to your site.
It seems you have already added a class to the emails, you can add this code in Enfold > General Styling > Quick CSS to hide it in iPad only:
@media only screen and (min-width:768px) and (max-width:1024px) {
.hideipad {
display: none;
}
}
Hope this helps.
PS. I would suggest making the 4 columns to 2 for ipads instead of hiding the emails.
Best regards,
Nikko
Hello Nikko,
We can close this ticket – your code is working perfectly.
(And I appreciate the suggestion for two columns.)
Sincerely,
Greg
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon