Greetings oceanic7777:
Thank you for choosing to use this plugin!
You should be able to center the buttons using CSS in the Quiz Styles tab. If you are not familiar with CSS, I can take a look and post back with something you can copy and paste into it.
As for the Start button, in the current version of the plugin, the plugin does not have the capability to have a start button. I will add this to my list of requested features for you.
Best Regards
Frank
Hey there Frank. I emailed earlier. Please disregard that email. Everything’s perfect except the placement of the next button. It’s hovering too close to the Leaderboard and can be hard to see to new users. Can you give me a bit of css so I can pad that button away from the leaderboard? Here’s the link to the site. http://redwhiteandbulldogs.com/test-your-english-bulldog-i-q/
I haven’t changed the css.
Thanks for the great plugin!
Greetings Daniel:
Since the quiz and leaderboard are two separate shortcodes, could you put a few lines between them when editing the page/post. That would be the easiest approach.
If not, you can edit the style of the quiz on the Styling tab. If you look for this section:
div.mlw_qmn_quiz input[type=submit],
a.mlw_qmn_quiz_link
{
You can add this into that section:
margin-bottom: 20px;
Then save it and take a look. You can adjust the number to push down the leaderboard more or less depending on your desired outcome.
Let me know if you need further assistance with this.