mobile slider text not showing all on iphone

Discussion in 'Woodpecker WordPress Business Theme' started by sandradohn, Jan 20, 2016.

  1. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Hi There, After I added the code as you recommended to show the slider text on mobile, it looks fine on android but only part of the text displays on iphone so the message is cut off and you cannot even see it if you try to scroll up or down... Please let me know how to correct this. Thanks, Sandra The site is primestrategyinc.com
     
  2. priya

    priya Guest

    Hello Sandra,

    Please try below code in Custom CSS field of your dashboard and check after that....
    Code:
    @media (max-width: 767px)
    .nivo-caption h1 {
        font-size: 18px;
    }
    .slide-h1 {
        line-height: 24px;
    }
    }
    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. sandradohn

    sandradohn Member

    Joined:
    May 11, 2012
    Messages:
    481
    Likes Received:
    1
    Now one of the sliders text doesn’t show up completely in the vertical mobile (which is how most people hold the phone) is the “Bridging Business and…” one. If I turn the phone side ways it does show up. Can anything be done to help the vertical view?
    Thanks, Sandra
     
  4. priya

    priya Guest

    Hello Sandra,

    Would you please try below code,
    Code:
    @media (max-width: 767px){
    .nivo-caption {
        padding: 0px 0px;
    }
    .slide-h1 {
        margin-bottom: -14px !important;
    }
    p.slide-para {
        padding-bottom: 0px;
    }
    }
    Hope you will find it helpful..

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page