test
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Andrew Winkler Friend
    #198616

    The masthead text that displays properly in home-1 position on the homepage on a desktop computer, is being cut off on the ipad. Both the <h3>…</h3> and the <div>…</div> text are only displayed half. How can I prevent this from happening?

    chavan Friend
    #538325

    Please post your site Url to check the issue.

    Andrew Winkler Friend
    chavan Friend
    #539242

    Add this code to this file: /templates/ja_fixel/css/template.css


    @media (min-width: 750px) and (max-width: 980px) {

    .jamasshead .jamasshead-description h3 {
    font-size: 15px !important;
    }

    .jamasshead .jamasshead-description {
    font-size: 14px !important;
    }

    .jamasshead .jamasshead-title {
    font-size: 50px !important;
    }

    }
    @media (min-width: 1000px) and (max-width: 1100px) {

    .jamasshead .jamasshead-description h3 {
    font-size: 17px !important;
    }

    .jamasshead .jamasshead-description {
    font-size: 16px !important;
    }

    .jamasshead .jamasshead-title {
    font-size: 75px !important;
    }

    }

Viewing 4 posts - 1 through 4 (of 4 total)

This topic contains 4 replies, has 2 voices, and was last updated by  chavan 10 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum