Hey guys,
I noticed that on the iPhone, the title does not show up when you hover the ‘call to action’ item.
If you use the desktop version as a reference, you’ll see.
ALso, the social buttons at the bottom won’t align center.
Thank you,
Justin
Hey Justin!
I’m not sure what you mean by hover on phone, there is no hover on mobile devices?
Please try the following for the social icons in the socket:
@media only screen and (max-width: 767px) {
#socket ul.social_bookmarks {
display:table !important;
margin:0 auto !important;
float: none !important;
}
}
Cheers!
Rikard
Thank you Rikard!
If you look at the 3 boxes under the main banner on the homepage on a desktop….you hover over each one of the 3 items you will see the titles…’Why I write’, ‘Devotionals’ and ‘books’.
Now try to hover those same 3 items on an iPhone. There’s no ‘hover text’
Let me know if you still need clarity.
Thanks,
Justin
Hey!
No, that is as expected since there is no hover state on smartphones. The only state that would be applied is the active state when the link is clicked. How would you like to change it?
Cheers!
Rikard