Title: mobile  problem
Last modified: August 22, 2016

---

# mobile problem

 *  Resolved [shane82](https://wordpress.org/support/users/shane82/)
 * (@shane82)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/mobile-problem-3/)
 * 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 [http://www.jakwiecejzarabiac.pl](http://www.jakwiecejzarabiac.pl)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Dimitris – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support6/)
 * (@wpmudev-support6)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/mobile-problem-3/#post-5683426)
 * 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](https://wordpress.org/plugins/simple-custom-css/).
 * Hope this helps.
 * Thanks,
    Ivan
 *  Thread Starter [shane82](https://wordpress.org/support/users/shane82/)
 * (@shane82)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/mobile-problem-3/#post-5683529)
 * 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.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/newsted/1.0.2/screenshot.png)
 * Newsted
 * [Support Threads](https://wordpress.org/support/theme/newsted/)
 * [Active Topics](https://wordpress.org/support/theme/newsted/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/newsted/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/newsted/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [shane82](https://wordpress.org/support/users/shane82/)
 * Last activity: [11 years, 4 months ago](https://wordpress.org/support/topic/mobile-problem-3/#post-5683529)
 * Status: resolved