Title: Widget
Last modified: August 21, 2016

---

# Widget

 *  Resolved [mpfaicp2012](https://wordpress.org/support/users/mpfaicp2012/)
 * (@mpfaicp2012)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/widget-54/)
 * Please how do I edit the widget? I want to change the “>” in the scores and change
   the size.
 * [http://wordpress.org/plugins/slickquiz/](http://wordpress.org/plugins/slickquiz/)

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Plugin Author [jewlofthelotus](https://wordpress.org/support/users/jewlofthelotus/)
 * (@jewlofthelotus)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/widget-54/#post-4181157)
 * [@mpfaicp2012](https://wordpress.org/support/users/mpfaicp2012/) – I’m not sure
   what you mean by “>”… Do you have a demo page I could look at where you’re seeing
   this show up?
 * As for size, what specifically do you want to change the size of? In any case,
   this could be accomplished by adding some CSS styles to your themes styles.php
 *  Thread Starter [mpfaicp2012](https://wordpress.org/support/users/mpfaicp2012/)
 * (@mpfaicp2012)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/widget-54/#post-4181167)
 * look my site: [http://www.mpfaicp.com/sede/?con_game_reviews=quiz-4-avancado](http://www.mpfaicp.com/sede/?con_game_reviews=quiz-4-avancado)
   
   at right sidebar you can see “>” before each score. Can i change?
 *  Plugin Author [jewlofthelotus](https://wordpress.org/support/users/jewlofthelotus/)
 * (@jewlofthelotus)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/widget-54/#post-4181196)
 * Ah, I see – it looks like your theme has some CSS styles defined for list items
   nested under a few IDs. In `style.css`, on line 162:
 * `#feed-panel-wrapper li,
    #page-content li { list-style-image: url(images/li-
   dark.png); }
 * There are two types of list items, those under ordered lists (what the widget
   is displaying) and those under unordered lists. Ordered lists generally display
   a number before each list item (ie. 1,2,3). However, the styles above tell all
   list items of either type that are nested under the #ids to display the specified
   image rather than a number or bullet.
 * Since I don’t know how your theme was built or how it’s intended to behave, it’s
   hard for me to give you a good solution at this point. Ultimately, you’ll want
   to figure out the best CSS selector to target the `ol` ordered list in the widget,
   and set the following property and value:
 * `
    ol li { list-style-type: decimal; }
 *  Thread Starter [mpfaicp2012](https://wordpress.org/support/users/mpfaicp2012/)
 * (@mpfaicp2012)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/widget-54/#post-4181274)
 * another doubt:
    when someone completes the quiz and hits all the questions, it
   appears last in the list…how fix it?
 * see:
    9 / 10 — vini 9 / 10 — sandro 8 / 10 — JMarcosS 8 / 10 — levi 10 / 10 —
   EscolhidO <—- look this!
 *  Plugin Author [jewlofthelotus](https://wordpress.org/support/users/jewlofthelotus/)
 * (@jewlofthelotus)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/widget-54/#post-4181275)
 * [@mpfaicp2012](https://wordpress.org/support/users/mpfaicp2012/) – Thanks for
   pointing that out! That is definitely a bug that needs to be fixed. I’ll look
   into that ASAP and post again here when a fix is pushed out.
 *  Thread Starter [mpfaicp2012](https://wordpress.org/support/users/mpfaicp2012/)
 * (@mpfaicp2012)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/widget-54/#post-4181279)
 * [@jewlofthelotus](https://wordpress.org/support/users/jewlofthelotus/)
    your 
   tip worked! see the change: # feed-panel-wrapper read, # page-content li { list-
   style-type: decimal; } # footer li { list-style-type: decimal; }
 * Where I can change the position of the widget on sidebar? (ie. w x h)
 * thank you very much
    *sorry my bad english…i’m brazilian! 🙂
 *  Plugin Author [jewlofthelotus](https://wordpress.org/support/users/jewlofthelotus/)
 * (@jewlofthelotus)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/widget-54/#post-4181281)
 * [@mpfaicp2012](https://wordpress.org/support/users/mpfaicp2012/) – The widget
   sizing / position can be altered with CSS which you would add to your themes 
   style.css file. Those changes would really depend on what you’re trying to do
   with it.
 *  Thread Starter [mpfaicp2012](https://wordpress.org/support/users/mpfaicp2012/)
 * (@mpfaicp2012)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/widget-54/#post-4181290)
 * thanks! all right…
 *  Plugin Author [jewlofthelotus](https://wordpress.org/support/users/jewlofthelotus/)
 * (@jewlofthelotus)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/widget-54/#post-4181450)
 * [@mpfaicp2012](https://wordpress.org/support/users/mpfaicp2012/) – Just wanted
   to let you know that I’ve finally gotten around to resolving the score widget
   sorting bug. If you’re still using SlickQuiz, grab the newest v1.2.373 update
   and let me know if that fixes it for you.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Widget’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/slickquiz_ebf6fc.svg)
 * [SlickQuiz](https://wordpress.org/plugins/slickquiz/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/slickquiz/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/slickquiz/)
 * [Active Topics](https://wordpress.org/support/plugin/slickquiz/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/slickquiz/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/slickquiz/reviews/)

## Tags

 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 9 replies
 * 2 participants
 * Last reply from: [jewlofthelotus](https://wordpress.org/support/users/jewlofthelotus/)
 * Last activity: [12 years, 2 months ago](https://wordpress.org/support/topic/widget-54/#post-4181450)
 * Status: resolved