Title: CSS small screen
Last modified: April 12, 2019

---

# CSS small screen

 *  Resolved [franculyon](https://wordpress.org/support/users/franculyon/)
 * (@franculyon)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/css-small-screen/)
 * I set the maximum width of the poll to 97% but for a small screen less than 820px
   it remained at “80% !Important”. I do not see how to modify this CSS without 
   touching the native file of the plugin which is problematic if update.
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fcss-small-screen%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  Plugin Author [totalsoft](https://wordpress.org/support/users/totalsoft/)
 * (@totalsoft)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/css-small-screen/#post-11421131)
 * Hello, dear franculyon.
 * To solve your problem, edit the Poll-Widget.php file of the plugin. Please find
   this code: it is located in the 1931th line.
 *  [@media](https://wordpress.org/support/users/media/) only screen and ( max-width:
   820px )
    { .Total_Soft_Poll_1_Main_Div_<?php echo $Total_Soft_Poll;?> { width:
   80% !important; }
 * in the place of this code
 *  width: 80%! important;
 * write the
 * width: 97%! important;
 * Thank you.
 *  Thread Starter [franculyon](https://wordpress.org/support/users/franculyon/)
 * (@franculyon)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/css-small-screen/#post-11421361)
 * Ok but it’s a problem if we update the plugin … thanks
 *  Plugin Author [totalsoft](https://wordpress.org/support/users/totalsoft/)
 * (@totalsoft)
 * [7 years, 1 month ago](https://wordpress.org/support/topic/css-small-screen/#post-11421414)
 * Dear franculyon.
 * In the next version this problem will be solved.
 * Thank you.

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

The topic ‘CSS small screen’ is closed to new replies.

 * ![](https://ps.w.org/poll-wp/assets/icon-128x128.png?rev=2692920)
 * [TS Poll - Survey, Versus Poll, Image Poll, Video Poll](https://wordpress.org/plugins/poll-wp/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/poll-wp/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/poll-wp/)
 * [Active Topics](https://wordpress.org/support/plugin/poll-wp/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/poll-wp/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/poll-wp/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)

 * 3 replies
 * 2 participants
 * Last reply from: [totalsoft](https://wordpress.org/support/users/totalsoft/)
 * Last activity: [7 years, 1 month ago](https://wordpress.org/support/topic/css-small-screen/#post-11421414)
 * Status: resolved