Hello everyone
We are using 4 Columns with 4 Icon Boxes on our starting page/home page: https://www.parkour-austria.at/
If you do have the browser in a smaller size open, some characters of each icon box are getting cut off (characters are vanishing).
Here is a screenshot (should spell ‘Coaching’; ‘Performance’ and ‘Consulting’)
http://fs5.directupload.net/images/170510/qwhpeujs.png
Is there a fix for that?
PS: I’d love to get some constructive feedback from you guys about the page itself :]
thanks in advance!
TOM
Hey TOM,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1275px) {
.iconbox_content_title a {
word-wrap:break-word;
}
}
Best regards,
Rikard
works, thank you!