Title: mobile issues
Last modified: August 31, 2016

---

# mobile issues

 *  [akosek](https://wordpress.org/support/users/akosek/)
 * (@akosek)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/mobile-issues-17/)
 * HI there – A few issues on Mobile:
 * 1. The slider is not showing the CTA buttons on mobile.
    2. There is a small 
   gap of space on the right side of the entire website on mobile on iPhone and 
   Android. 3. There is a big gap of space under the slider on mobile. Any way to
   shrink that down?
 * The website is cannamoms.com.
 * Thank you!

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

 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/mobile-issues-17/#post-7139783)
 * Hi..
 * Please go to Admin Dashboard >> Appearance >> Theme options >> Theme General 
   Settings.
 * Now copy below code into Custom CSS Editor.
 *     ```
       @media(max-width: 480px){
       .carousel-text .enigma_blog_read_btn {
           display: block !important;
       }}
       .enigma_service {
           padding-top: 40px;
           padding-bottom: 90px;
       }
       ```
   
 * Save the changes.
 * Thanks.
 *  Thread Starter [akosek](https://wordpress.org/support/users/akosek/)
 * (@akosek)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/mobile-issues-17/#post-7139784)
 * Hi there – this didn’t seem to work. Please look at cannamoms.com on mobile and
   these issues are still there:
 * 1. The slider is not showing the CTA buttons on mobile.
    2. There is a small 
   gap of space on the right side of the entire website on mobile on iPhone and 
   Android. 3. There is a big gap of space under the slider on mobile. Any way to
   shrink that down?
 * Thanks
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/mobile-issues-17/#post-7139886)
 * Hi..
 * 1) The CTA button is showing on slider on mobile.
 * 2) Please explain which gap of right side on website you want to remove.
 * 3) In Slider you have not add the slider description that why slider show space,
   if you add slider slider description the space is not show more.
 * Thanks.
 *  Thread Starter [akosek](https://wordpress.org/support/users/akosek/)
 * (@akosek)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/mobile-issues-17/#post-7139967)
 * Thank you, I do see the CTA’s now.
 * Here is a link of how the website looks on my phone with the white gap on the
   right side. [http://tinypic.com/r/rup5b8/9](http://tinypic.com/r/rup5b8/9)
 * This happens on iPhone and Android.
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/mobile-issues-17/#post-7139968)
 * Hi..
 * Please add below css code into Custom CSS Editor.
 *     ```
       .enigma_footer_widget_column .textwidget {
           margin-right: 0 !important;
       }
       ```
   
 * Save the changes.
 * Thanks.
 *  Thread Starter [akosek](https://wordpress.org/support/users/akosek/)
 * (@akosek)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/mobile-issues-17/#post-7139974)
 * I added that code and the gap of white space is still showing.
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/mobile-issues-17/#post-7139982)
 * Hi..
 * The above code is not added into Custom CSS Editor, Please add first.
 * let’s know further assistance.
 * Thanks.
 *  Thread Starter [akosek](https://wordpress.org/support/users/akosek/)
 * (@akosek)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/mobile-issues-17/#post-7139990)
 * Great, it seems to be working!
 * Thank you!
 *  [massimocireddu](https://wordpress.org/support/users/massimocireddu/)
 * (@massimocireddu)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/mobile-issues-17/#post-7139991)
 * I had the same issue, the CSS code worked great for me!! Thanks
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/mobile-issues-17/#post-7139999)
 * Most Welcome.
 * Thanks.
 *  [massimocireddu](https://wordpress.org/support/users/massimocireddu/)
 * (@massimocireddu)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/mobile-issues-17/#post-7140013)
 * Hello there, I’ll pick up this one again because I’m having the same issue with
   mobile view
 * I added the code above in custom CSS but nothing changed. I still have the margin
   appearing on the right side if you swipe the screen to the left.
 * Anyone is still having the same issue?
 * My Home page is [associazionenoproblem.it ](https://wordpress.org/support/topic/mobile-issues-17/?output_format=md)
 * thank you
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/mobile-issues-17/#post-7140015)
 * Hi..
 * Please go to Admin Dashboard >> Appearance >> Theme Option >> General Setting.
 * Copy Below css in Your Custom css editor and Paste.
 *     ```
       .logo img {
           max-width: 100%;
           height: auto;
       }
       ```
   
 * Save the changes.
 * Thanks.
 *  [massimocireddu](https://wordpress.org/support/users/massimocireddu/)
 * (@massimocireddu)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/mobile-issues-17/#post-7140017)
 * You are indeed a bloody genius ..it perfectly worked !! many thanks
 *  [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * (@weblizar_support)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/mobile-issues-17/#post-7140018)
 * Hi,
 * Most Welcome.
 * Thanks.

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

The topic ‘mobile issues’ is closed to new replies.

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

## Tags

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

 * 14 replies
 * 3 participants
 * Last reply from: [weblizar_support](https://wordpress.org/support/users/weblizar_support/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/mobile-issues-17/#post-7140018)
 * Status: not resolved