• 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)
  • 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

    (@akosek)

    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

    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

    (@akosek)

    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. https://tinypic.com/r/rup5b8/9

    This happens on iPhone and Android.

    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

    (@akosek)

    I added that code and the gap of white space is still showing.

    Hi..

    The above code is not added into Custom CSS Editor, Please add first.

    let’s know further assistance.

    Thanks.

    Thread Starter akosek

    (@akosek)

    Great, it seems to be working!

    Thank you!

    I had the same issue, the CSS code worked great for me!! Thanks

    Most Welcome.

    Thanks.

    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

    thank you

    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.

    You are indeed a bloody genius ..it perfectly worked !! many thanks

    Hi,

    Most Welcome.

    Thanks.

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