Title: Phone problem
Last modified: December 15, 2020

---

# Phone problem

 *  Resolved [kyivresident](https://wordpress.org/support/users/kyivresident/)
 * (@kyivresident)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/phone-problem/)
 * Hi Totalsoft. On my phone, it shows 2 images in one line. And it does not show
   so beautifully. How can I show one image on one line?

Viewing 1 replies (of 1 total)

 *  Plugin Author [totalsoft](https://wordpress.org/support/users/totalsoft/)
 * (@totalsoft)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/phone-problem/#post-13802020)
 * Hello, dear kyivresident.
 * Thank you for contacting us and for reporting your problem.
 * To solve your problem, edit our Totaol-Soft-Poll-Widget.php file. Find code in
   line 2171
 *     ```
       @media only screen and ( max-width: 600px ) {
                    .Total_Soft_Poll_1_Ans_Div_<?php echo $Total_Soft_Poll;?> .Total_Soft_Poll_1_Ans_Check_Div {
                        width: 49% !important;
                    }
       ```
   
 * Please edit the code and write like this.
 *     ```
       	@media only screen and ( max-width: 768px ) {
                    .Total_Soft_Poll_1_Ans_Div_<?php echo $Total_Soft_Poll;?> .Total_Soft_Poll_1_Ans_Check_Div {
                        width: 99% !important;
                    }
       ```
   
 * Thank You.
    -  This reply was modified 5 years, 4 months ago by [totalsoft](https://wordpress.org/support/users/totalsoft/).

Viewing 1 replies (of 1 total)

The topic ‘Phone problem’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [totalsoft](https://wordpress.org/support/users/totalsoft/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/phone-problem/#post-13802020)
 * Status: resolved