Support » Plugin: Juiz Last Tweet Widget » Formatting Error with Responsive Theme

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Geoffrey

    (@creativejuiz)

    Hi,
    It depends on the treatment done by your theme. My plugin is naturally responsive, unless the WordPress theme decides other way.

    I don’t see my plugin on your actual website.
    I can’t help you if it’s not displayed.
    Thank you.

    It’s not perfect, but this has resolved the 3 types of problems I’ve gotten.

    in my custom css :

    @media (min-width: 1px) {
    .juiz_last_tweet_tweetlist {
    min-width: 209px;
    }
    }

    @media (max-width: 1199px) {
    .juiz_last_tweet_tweetlist {
    max-width: 210px;
    }
    }

    @media (min-width: 1201px) {
    .juiz_last_tweet_tweetlist {
    min-width: 285px;
    }
    }

    Plugin Author Geoffrey

    (@creativejuiz)

    Hello,
    I don’t understand why you did that?
    This plugin is naturally responsive.
    May I see your website?

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Formatting Error with Responsive Theme’ is closed to new replies.