• Resolved wagneropaz

    (@wagneropaz)


    The Theme is nice! But there’s something that ruins it all. In mobile (vertical view) the Slider seems very thin and the content get cut. The rest is perfect, is it possible to adjust this? Make the Slider larger on mobile?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi @wagneropaz

    Can you provide us URL of your website so that we can inspect it and give you a proper solution?

    Tell me which device you are checking on your website

    Thanks

    Thread Starter wagneropaz

    (@wagneropaz)

    https://metapriori.com

    It’s the default installation with the theme Appointment Red.
    In all mobile devices the initial slider seems too small and the content gets cut when viewed vertically. I used a Galaxy S7 Edge.

    Resizing the browser window to a thin size is enought to see, the slider looses evidence because its set to the window width, is there a solution?

    • This reply was modified 7 years, 7 months ago by wagneropaz.

    Hi @wagneropaz,

    For this use below code in custom css filed (Theme Dashboard >> Appearance >> customize >> header setting >> custom css filed )

    @media only screen and (max-width: 480px) and (min-width: 200px)
    {
    .slide-btn-sm {
        font-size: 6px !important;
    }
    }
    
    @media only screen and (max-width: 480px) and (min-width: 200px)
    {
    .slide-text-bg2 span {
        font-size: 6px !important;
        line-height: 12px !important;
    }
    }
    
    }
    @media only screen and (max-width: 480px) and (min-width: 200px)
    {
    .slide-text-bg1 h2 {
        font-size: 9px !important;
        line-height: 14px !important;
    }
    }

    for use above code and check your website.

    Let me know any confusion.

    Thanks

    I have the same problem on my website https://www.verlaagdplafondplaatsen.nl/
    Have tried to use your code, but i get the error: Your accolades {} are not in balance….

    Hi @ipponz

    Forgive us for this because you are using a pro theme, you can post your query while using the following link.
    https://webriti.com/support/categories/appointment

    Thanks

    Thank you very much. The issue has been solved on the webriti website.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Mobile Slider’ is closed to new replies.