• Resolved lowercase99

    (@lowercase99)


    I have created a simple poll, using “Classic Light”. How can I centre the poll “Answer box” in the page where I inserted the shortcode (it appears on the left-hand side). I am using Poll Maker free

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @lowercase99,

    Thank you for the topic.

    Please provide us with the following information for further investigation of your case.

    1. The link, where the given poll is located.
    2. The screenshots where the part you are referring to can be displayed.

    Our Dev Team will check whether there is a CSS conflict or not and will give a solution accordingly.

    Thank you.

    Thread Starter lowercase99

    (@lowercase99)

    https://getacoffee.ca/poll-2/

    If you look at this page (URL above), I want to centre the poll in the middle of the page. I presume I am missing some simple setting.

    Plugin Support Jasmine

    (@hyenokian)

    Dear @lowercase99,

    Thank you for your response.

    Please take the following CSS code and insert?it into the?Polls > particular poll > Styles tab > Custom CSS?option.

    Then, replace #ays-poll-container-YOUR_POLL_ID?with the corresponding Poll ID (for example, 3, like this #ays-poll-container-3).?
    Do not delete the space after it.
    Do not forget to clear the cache afterward.

    #ays-poll-container-YOUR_POLL_ID{
    margin: auto;
    }

    For example, if the Poll ID is 3, the CSS must look like this:

    #ays-poll-container-3{
    margin: auto;
    }

    Please check this and let us know about the outcome.

    Thank you.

    Thread Starter lowercase99

    (@lowercase99)

    the css code worked, thank you

    is there not a way to use the various settings that already exist be able to place the “poll box” anywhere within a page?

    do I need to add this css code to every poll that I wanted centred?

    Plugin Support Jasmine

    (@hyenokian)

    Dear @lowercase99,

    Thank you for your response.

    At the moment, the plugin is designed in a way that the container center alignment depends on the Theme you are using.
    By the way, thanks a lot for your suggestion. With the next update of the plugin, we will make it centered.

    For now, you can use the following CSS code if you want it to be applied to all the polls.
    Please take the following CSS code and insert it into the Themes > Customize > Additional CSS.?

    [id^=ays-poll-container-]{
    margin:auto;
    }

    Please check this and let us know about the outcome.

    Thank you.

    Plugin Support Jasmine

    (@hyenokian)

    Dear @lowercase99,

    We’re closing this ticket for now as we last heard from you 1 week ago.

    If the query is unresolved, drop us a line and we’ll get back to you at the earliest and the ticket will be re-opened.

    For a new query, feel free to open a new topic. Our Customer Care Specialists will be happy to help you.

    Thank you.

    Thread Starter lowercase99

    (@lowercase99)

    just to close the loop, I used the css code and it worked

    Thanks

    Plugin Support Jasmine

    (@hyenokian)

    Dear @lowercase99,

    Thank you for your response and the update.

    Glad to hear that!
    If your query is resolved, please take a moment to rate and review the plugin or support.

    Thanks in advance!

Viewing 8 replies - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.