badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Mobile break point breaks Featured Image titles

#47724

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!