anyway to have the text in this area not overlap the box on tablet view?
Hey elsrick91,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 990px) {
#contact h3 {
font-size: 0.8em !important;
}
}
Best regards,
Rikard
thanks