Hi,
Is this the must-have I have made some ccs change as below:
@media screen and (max-width: 767px)
.content-area {
padding: 20px !important;
}
@media only screen and (max-width: 768px) {
.fg-item {
width: 100% !important;
}
}
is my code correct?
I always use google chrome browser inspect