Hi,
How do I solve this text issue that in only this window size is overlapping?
Hi,
How do I solve this text issue that in only this window size is overlapping?
Hello
You can try this custom CSS:
@media (max-width: 1419.98px) {
.acm-features.style-3 .align-content-left .info-wrap {
padding-left: 100px;
}
}
Works!