December 8, 2014 at 6:39 pm
#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;
}
}