Viewing 3 replies - 1 through 3 (of 3 total)
  • assume you’ve fixed this?
    it seems fine in the types of phones i’ve emulated but unsure what your model is
    if not fixed, your model could help

    Thread Starter mrmckee

    (@mrmckee)

    Yes, we did. This was the code that I needed.

    @media (max-width: 480px) {
        .blog_single_post a {
            float: none;
        }
    }
    
    @media (max-width: 991px) {
        .fb_iframe_widget span { 
            width: 100% !important; 
        }
        .fb_iframe_widget iframe {
            width: 100% !important;
        }
    }

    yay! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Featured Image Text Wrapping’ is closed to new replies.