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.