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