• Resolved shane82

    (@shane82)


    Hello.Theme is very nice but i have problem. Its only on smartphone,in mobile version of site. When i want to tap second or third post at home page i can’t do that. I can click only newest post. What can i do?
    My site is https://www.jakwiecejzarabiac.pl

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there shane82,

    Hope you are having great weekend so far!

    It seems to me that the reason for this to happen is because the sidebar when previewed on mobile devices it overlaps the main content.

    You might not see it, but actually the sidebar is preventing you to click this links.

    I have tried with this CSS which worked for me:

    #main-holder {
        position: relative;
        z-index: 9999;
    }
    
    #primary-sidebar {
        margin: 45px 0;
        position: relative;
        z-index: 99;
    }

    Please note that if you just put this in the theme style.css file you will lose this code on a theme update.
    Best approach is to use child theme, or a plugin like Simple Custom CSS.

    Hope this helps.

    Thanks,
    Ivan

    Thread Starter shane82

    (@shane82)

    Ivan, it works great. Thank you very much!

    Have a nice week ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘mobile problem’ is closed to new replies.