• Resolved franculyon

    (@franculyon)


    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 to see the link]

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

    (@totalsoft)

    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 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

    (@franculyon)

    Ok but it’s a problem if we update the plugin … thanks

    Plugin Author totalsoft

    (@totalsoft)

    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.