Hi,
After update the template to the last version. The Text <p> in the HTML module, looks really messy in small devices. Please check www.burncitybeats.com/, module in third position.
Thanks in advance.
@media only screen and (max-width:840px) {
h2 {
line-height: 55px;
}
.gk-cols > div.col-width-60 {
margin-left: 10%;
width: 50%;
}
.gk-parallax-overlay p {
padding: 60px 40px;
}
}