In this video I'll show you how to How to Fix mobile usability Error, Text too small to read, Clickable elements too close together and Content wider than Screen.
_________________________________________________________
Here is the code
@media only screen and (max-width: 600px) {
p {
Font-size: 16px;
}
}
@media only screen and (max-width: 600px) {
img {
Width: 100%;
}
}
@media only screen and (max-width: 600px) {
.btn-buy {
margin-bottom: 10px;
}
}
_________________________________________________________________
#WebMasterTools ##SearchConsole