Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #458683

    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

    #459093

    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

    #459392

    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

    #459842

    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

    #460082
    This reply has been marked as private.
    #460542

    Hi!

    Ok, please try the following CSS:

    @media only screen and (max-width: 767px) {
    .av-overlay-on-hover .av-image-caption-overlay {
      opacity: 1.0 !important;
    }
    }

    Cheers!
    Rikard

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.