October 21, 2016 at 10:41 am
#47724
Theme Horse Support Team
Keymaster
Hi Toddw,
Responsiveness works with media screen size not with resolution. Even you mobile resolution is higher but the screen size will be small and according to the design of this theme you can not see the featured slider image clearly if we display title and content.
Anyways, we have provided you a custom CSS to display the title and content of the featured slider So, please go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
@media only screen and (max-width: 767px) {
.featured-text .featured-title, .featured-text .featured-content {
display: block;
padding: 3px 10px;
font-size: 12px;
line-height: 16px;
}
}
Thank you!