Grimemaster
New Member
I have a list established as a side bar with the left-padding of 20px.At the end of my list I am inserting an image and do not want the 20px to affect my image. How do I remove the padding for only my image?I tried to include screenshots but as I am a new user that feature is disabled.\[code\]#sidebar li { margin-bottom: 40px; padding: 0 15px 0 20px;}<li> <h2>Follow</h2> <p><img src="http://stackoverflow.com/Desktop/Root/_Images/follow.jpg" width="240" height="76" alt="Follow" /></p></li>\[/code\]