This topic has 6 replies, 3 voices, and was last updated 9 years, 2 months ago ago by Jack Richardson
Hi, I addressed this amidst a lot of other requests in a previous post and just realised now that it hasn’t been answered yet. Please advise what we can do to get the Telephone number and social icons showing in the header when viewing on iPhone 6? It looks fine on all other platforms but not visible on the phone.
Thanks!
Hello,
In this post https://www.8theme.com/topic/different-colour-page-backgrounds/#post-85127 you were provided the code:
5. Add this code in child style.css:
@media only screen and (max-width: 480px) { .tbs.blog-description { display: block !important; width: 100%; }}
Did you add it in your style.css in the child theme?
Regards,
Eva Kemp.
Hi Eva
Ok thanks – I assumed it was code for the sticky header since it made no difference to the iPhone 6 header issue. I did add it so I guess it didn’t work. Any other ideas?
Many thanks!
Hello,
I’ve added this code in Theme Options > Custom CSS > Custom CSS for mobile:
.tbs.blog-description {
display: block !important;
width: 100%;
}
Please check now.
Best regards,
Jack Richardson.
Aha success!! Jack you are amazing, thank you!
Hello,
You’re welcome.
Best regards,
Jack Richardson.
The issue related to '‘Header info missing when viewing on iPhone 6’' has been successfully resolved, and the topic is now closed for further responses