• Resolved segol

    (@segol)


    Hi,
    I wanted to know if there is a two column view option in image poll on mobile. It always automatically turns into one column. I know it will be small.
    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author TotalSuite

    (@totalsuite)

    Hello!

    That’s possible through custom CSS, here is a snippet that should do that:

    @media screen and (max-width: 1024px) {
    
    div#totalpoll.totalpoll-wrapper[totalpoll-uid] .totalpoll-question-choices-item {
    width: calc(100% / 2);
    }
    
    }

    Hope it helps!

    Thread Starter segol

    (@segol)

    Thank you. It works!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘two columns for image poll on mobile’ is closed to new replies.