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: post title and post content not showing in the slider in small screens

#19184
Harriet
Member

Ok, here is my code, it works good enough…


@media
only screen and (max-width: 1078px) {
.featured-title,
.featured-content {
font-size: 80%;
display: block;
padding: 0px;
margin: 0px;
position: relative;
top: 45px;
bottom: 0px;
}
}


@media
only screen and (max-width: 767px) {
.featured-title,
.featured-content {
display: none;
}
}