Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #542369

    Hi,
    I have an Icon box in a 3/5 width container with an email address as the title which goes off the side of the screen on mobile devices. How can this be made to fit on the screen?

    Thanks

    #542388

    Hi oldboys!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 480px) {
    h3.iconbox_content_title {
        font-size: 15px!important;
    }}

    Best regards,
    Yigit

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.