• Register
  • Login
  • Pricing
  • Support
    • Support
    • Tutorials
    • Blog
    • Guide
    • Support Forum
  • Notification Settings Notification Settings
  • Private Messages Private Messages
  • All Messageboards
  • Bugs

Is it possible to widen the poll on the page?

Started 2023-01-21 by CMN

CMN

2023-01-21

I am displaying images that people need to look at closely and the size is limited by the width of the poll. Is it possible to increase the width of the poll on the page?

Markus Huber

2023-01-21

Yes, you can configure various display settings of photo contests (I assume you using this type of poll). You need to visit the admin link and click the small edit symbol in the upper right hand corner of the image overview. Here you can change the mode to full width.

CMN

2023-01-21

Thanks–actually, it isn't a photo contest. I need people to look at an image and provide thoughts about its contents. So, I am collecting ideas, letting them comment on each others' ideas and ultimately having a vote. The image is inserted in the poll description. Is it possible to widen that kind of poll (or the image inserted). Is there another way to go about this that will do what I am trying to achieve?

Markus Huber

2023-01-21

So you have only one image in your idea collection?

There is no automated way of doing this. The width is optimised for a good readability of text. Images included in the description will alway be shown in its original size but not wider than 100% of the container. But you could create your own custom css in a theme and make the adjustments you need.

You can overwrite the container of the description for example like this:

.centered-content.centered-content-600 {
  width: inherit;
}

If this is still not wide enough you need to overwrite more containers or forcefully overwrite all .centered-container classes like:

.centered-content {
  width: 100rem !important;
}

CMN

2023-01-21

Thanks. Yes, they are focusing on one image usually (or sometimes a couple of the same thing). Custom CSS is only available for enterprise customers, right?

Markus Huber

2023-01-21

Yes, custom css is an enterprise only feature.

Another idea could be adding more images for the same »main« image. For example the complete image plus some zoomed and cropped details.

CMN

2023-01-21

Thank you. Yeah, they just need to be able to choose how they zoom in. I will give it some thought!

Tools

  • Voting
  • Surveys
  • Free Tables
  • Collect Ideas and Feedback
  • Photo Contests
  • Video Contests
  • Music Contests
  • Landing Page
  • Pairwise Comparison
  • PollUnit Lab

Support

  • Get Started
  • PollUnit Help
  • Tutorials
  • Support Forum
  • support@pollunit.com

Tutorials

  • Create your first poll
  • Advanced poll features
  • Advanced survey branching logic
  • Distribute tasks online
  • Cast votes and rate options
  • Find a date
  • Vote on images
  • Create your own theme
  • Polls with your own logo
  • Evaluate your PollUnit
  • Dot Voting
  • Range Voting
  • Polls on your own website
  • Live Voting
  • Reach a consensus
  • Manage orga­nizations
  • Prevent multiple participation
  • Donations and participation fees

Legal

  • Privacy policy
  • Terms of use
  • Imprint

PollUnit

  • PollUnit Blog
  • About PollUnit
  • Press kit
  • © PollUnit
  • Register
  • Login
  • Pricing
  • Support
    • Support
    • Tutorials
    • Blog
    • Guide
    • Support Forum