Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #926214

    anyway to have the text in this area not overlap the box on tablet view?

    #926469

    Hey elsrick91,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 990px) {
    #contact h3 {
        font-size: 0.8em !important;
    }
    }

    Best regards,
    Rikard

    #926882

    thanks

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