@media screen and (max-width: 600px) {
.sidebar {
width: 100% !important;
height: auto !important;
}
}
@media screen and (max-width: 600px) {
.content {
width: 100% !important;
margin-top: 20px !important;
}
@media screen and (max-width: 600px) {
.jdzn-footer-text img {
width: 100% !important;
}
}
@media screen and (max-width: 600px) {
.featured-card {
width: 100% !important;
}
}
I've added the meta viewport tag, but I'm still experiencing issues. Can someone assist me with this? Thank you.