Hi,
We have write some wronge CSS Code:
@media only screen and (max-width: 768px) {
.content-area { padding: 20px !important;}
.fg-item { width: 100% !important;}
}
#cat { height:30px; padding: 5px; width: 170px; }
height element is wronge
I have correct the all CSS codes
Regards