Hi There, When I view the site on mobile, the slider background pic shows but the text and button are gone. Please let me know how to show the text and button on mobile. Thanks, Sandra
Hello, Sandra.. Greetings from InkThemes! I would like to inform you that we have just disabled the description part from the small screen due to responsiveness issue as the texts are not readable... So if you still want to show that description on small screen, let me know I will enable that area for you.. Looking forward to your reply. Thanks & Regards! Priyanka InkThemes.com
Hi There, Thanks for your reply. Yes, I would like to show that description on the small screen. Please enable that for me. Best Regards, Sandra
Hello Sandra.. Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: @media (max-width: 767px){ .nivo-caption { visibility: visible; } .slide-h1 { font-size: 25px; line-height: 0; padding-bottom: 1px; } .slide-button { font-size: 16px; } } @media (max-width: 480px){ .slide-h1 { font-size: 16px; line-height: 0; } p.slide-para { font-size: 14px; display: block; padding-bottom: 0; line-height: 1; } .slide-button { font-size: 11px; line-height: 1; } } Hope it will resolve your issue Do let me know if you need more assistance, Thanks & Regards! Priyanka InkThemes.com