As you can see in this example http://jsfiddle.net/PCcj8/ I’d like to add some margin to my unordered list. However, I’m not able to move that list because of that img float. How can I achieve it? Please consider there can be different images of different widths.
As you can see in this example http://jsfiddle.net/PCcj8/ I’d like to add some margin
Share
Wrap your
<ul>tag in a<span>tag<span>tag like this:and then style the span like this: