• Resolved kyivresident

    (@kyivresident)


    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

    (@totalsoft)

    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.
Viewing 1 replies (of 1 total)

The topic ‘Phone problem’ is closed to new replies.