10. Go to the lht_tables.css file and within the Mobile Styles section, insert a media query for screen devices with a maximum width of 640 pixels. 2 code example
Example: media query
@media (max-height : 800px){ /* from 0 to 800 px max height applies */
p{
font-size:10px
}
}