• Resolved haydenkracke

    (@haydenkracke)


    The text is too big on mobile. Is there any css i can add to the site to fix this

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Check each shortcode like [iheu_ultimate_oxi id=”341″].

    In this shortcode you will get id like 341. So you can customize font settings for each shortcode.

    Note: I write “id” into each class where you need to add style id like 341
    //Tab Version

    @media only screen and (min-width : 669px) and (max-width : 993px){
    //Heading
    .image-ultimate-hover-id .iheu-info h3{

    }
    //description
    .image-ultimate-hover-id .iheu-info p{

    }
    // Button
    .image-ultimate-hover-id a.iheu-button{

    }
    }

    **Mobile Version

    @media only screen and (max-width : 668px){
    //Heading
    .image-ultimate-hover-id .iheu-info h3{

    }
    //description
    .image-ultimate-hover-id .iheu-info p{

    }
    // Button
    .image-ultimate-hover-id a.iheu-button{

    }
    }

    hope you can done it.

Viewing 1 replies (of 1 total)

The topic ‘Mobile Responsiveness’ is closed to new replies.