• Resolved purplebubble

    (@purplebubble)


    Hi, the button / call to action, and the teaser text on the slider image on my homepage doesn’t show on an iPhone SE screen in portrait mode (possibly other mobile devices too). I can only see the title text on the image.

    I understood the theme to be responsive, but this suggests not. Is there a workaround, maybe some custom CSS as a fix? This must be costing conversions for lots of people, especially as mobile is now the preferred device for web browsing, and for Google SEO etc.

    Many thanks for any advice.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • This fixed the same problem for me on android:
    @media only screen and (max-width: 420px){
    #featured-slider .entry-content, #featured-slider .slider-read-more-button {
    display: block;
    }
    }

    Thread Starter purplebubble

    (@purplebubble)

    @shwebb15 you are an absolute star, this works a treat! Many thanks.
    PS. Just noticed a rogue %20 at the end of your site’s URL on your profile page, so a 404 is returned.

    • This reply was modified 6 years, 6 months ago by purplebubble.
    Thread Starter purplebubble

    (@purplebubble)

    Issue resolved.

    doggygowalkies

    (@doggygowalkies)

    Hi,

    Very new to wordpress and nearly completed my website, but like the above comment I am having great difficulty with text not appearing on my slider when launched on my mobile??

    Please could someone walk through how to rectify this in laminent terms please as I am a novice!!!!

    In addition, I would also like to know how to add another slider to my existing ones and not sure how to do?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Button and text on slider not appearing on mobile (iPhone SE)’ is closed to new replies.