Conversation
supportI’ve recently updated my plugins, version of WordPress, and my theme all at once. After everything was done, my twit plugin is having a problem with my responsive theme. When resizing to smaller screen sizes, my tweets will extend outside of the twit box. my website: http://Blackmouf.com my theme: LA-Band v 1.1.4 Hope this information is sufficient. Thanks in advance! https://wordpress.org/plugins/juiz-last-tweet-widget/
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; } }
Hello, I don’t understand why you did that? This plugin is naturally responsive. May I see your website? Thank you.
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; } }
Hello, I don’t understand why you did that? This plugin is naturally responsive. May I see your website? Thank you.