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: Texts on the slides

#25903
chantal.attia
Participant

Great it is that simple !
It doesnt’work on my site but I find this :

@media only screen and (max-width: 1078px) {
.featured-title, .featured-content {
		display: block !important;
	}
}
@media only screen and (max-width: 767px) {
         .featured-content {
		display: none !important;
	}
       .featured-title{
                font-size: 16px !important;
               max-width: none !important;
       }
}
@media only screen and (max-width: 479px) {
       .featured-title{
                margin-bottom: -20px !important;
               padding: 0px 10px !important;
       }
}

Here : Showing slider featured title and content on responsive screen sizes

Depending of the width I see only the title or the title+the content.
Perfect.

Thank you very much for the support.