Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #212777

    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)

    #213389

    Hi There,

    Could someone please help me out with this problem.

    Thanks

    #213398

    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

    #213407
    This reply has been marked as private.
    #213409

    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

    • This reply was modified 10 years, 9 months ago by Yigit.
    #213417

    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.

    #213418

    I changed min-widht in max-width and now the problem is solved. Thanks!

    #213423

    Hi!

    My bad, i wrote min-width instead of max-width. Edited the code for others if someone else also needs it. You are welcome! Let us know if you have any other questions or issues

    Regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Icon box text partially disappears’ is closed to new replies.