Title: Mobile : cannot click issue !
Last modified: June 25, 2017

---

# Mobile : cannot click issue !

 *  Resolved [kinggeneral](https://wordpress.org/support/users/kinggeneral/)
 * (@kinggeneral)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/mobile-cannot-click-issue/)
 * I try your theme. In desktop everything works fine.
 * But once i step on my mobile testing. There some major issue :
 * – The woocommerce button cannot be clicked.
    – contact us (contact 7 generated
   form cannot be filled and cannot be clicked too).
 * And after test in your live version. It still cannot do the same. So thats not
   only my issue.
 * Can you fix this issue ? Help asap.
    -  This topic was modified 8 years, 11 months ago by [kinggeneral](https://wordpress.org/support/users/kinggeneral/).

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

 *  Theme Author [canyonthemes](https://wordpress.org/support/users/canyonthemes/)
 * (@canyonthemes)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/mobile-cannot-click-issue/#post-9264650)
 * Hello kinggeneral,
 * At first thank you so much for using our theme and also finding issues which 
   we have miss. We will fix all the issues and update our theme soon.
 * Thank you,
 *  Thread Starter [kinggeneral](https://wordpress.org/support/users/kinggeneral/)
 * (@kinggeneral)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/mobile-cannot-click-issue/#post-9269299)
 * i have search the treat of this issue, this issue started when resolution of 
   width is lower than 1000px
 * so when its 999px it will get bugged like this. (happen to form and woocommerce)
 *  Thread Starter [kinggeneral](https://wordpress.org/support/users/kinggeneral/)
 * (@kinggeneral)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/mobile-cannot-click-issue/#post-9272050)
 * So after all i fix my own issue :
    by adding “col-xs-12” and disable the rightsidebar
   float
 * css to apply in your style.css :
 *     ```
       /* Portrait tablet to landscape and desktop */
       @media (min-width: 768px) and (max-width: 979px) {
           .right-sidebar .left-block {
               float: none; 
           }
       }
       ```
   
 * code to apply , please search in your theme this line, and add col-xs-12
 *     ```
         <?php if ($quality_construction_designlayout != 'no-sidebar') { ?>
             <div class="col-md-3 col-xs-12">
                  <?php get_sidebar(); ?>
             </div>
         <?php } ?>
       ```
   
 * i place that in every php that have no sidebar, and its work fine. all button
   can now be clicked well.
 *  Theme Author [canyonthemes](https://wordpress.org/support/users/canyonthemes/)
 * (@canyonthemes)
 * [8 years, 11 months ago](https://wordpress.org/support/topic/mobile-cannot-click-issue/#post-9280216)
 * Hello kinggeneral ,
 * Thank you so much, We will add this css and fix all the issues and update the
   theme soon.
 * Thank you,

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

The topic ‘Mobile : cannot click issue !’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/quality-construction/1.1.1/screenshot.
   png)
 * Quality Construction
 * [Support Threads](https://wordpress.org/support/theme/quality-construction/)
 * [Active Topics](https://wordpress.org/support/theme/quality-construction/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/quality-construction/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/quality-construction/reviews/)

## Tags

 * [mobile](https://wordpress.org/support/topic-tag/mobile/)

 * 4 replies
 * 2 participants
 * Last reply from: [canyonthemes](https://wordpress.org/support/users/canyonthemes/)
 * Last activity: [8 years, 11 months ago](https://wordpress.org/support/topic/mobile-cannot-click-issue/#post-9280216)
 * Status: resolved