Title: Correctly Style the Widget
Last modified: August 20, 2016

---

# Correctly Style the Widget

 *  [verbotten](https://wordpress.org/support/users/verbotten/)
 * (@verbotten)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/correctly-style-the-widget/)
 * I am designing my first WP theme and im at the point there i need to make a decision
   on how to style the Widgets with **Unordered Lists. **
    What I mean is what is
   best way, create style hereditary or class to assign to ul itself.
 * Example:
    `<div class=”widget-style> <ul>… `
 * or
 *     ```
       <ul class="widget-style">
       <li>...
       ```
   
 * Which approach is better and more flexible?

The topic ‘Correctly Style the Widget’ is closed to new replies.

 * 0 replies
 * 1 participant
 * Last reply from: [verbotten](https://wordpress.org/support/users/verbotten/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/correctly-style-the-widget/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
