Hi There,
I inserted a iconbox on every page of my website. However, part of the text (if it is a long word) partially disappears of the horizontal view on the iPad. What code should i include to overcome this problem?
Regards,
Boy Harmsen
http://www.easyshoots.nl (bottom icon box)
Hi There,
Could someone please help me out with this problem.
Thanks
Hey!
Can you please make sure that you have posted link to your Enfold website so we can take a look? Link above is not Enfold
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 1340px) {
.iconbox .iconbox_content .iconbox_content_title { font-size: 13px; overflow: visible; }}
Regards,
Yigit
Hi Yigit,
This did exactly the opposite of what i needed. Now the text on the desktop view is smaller, however the text enlarges on smaller devices and is still not readable when sized down.
I changed min-widht in max-width and now the problem is solved. Thanks!