Home › Forums › CSS › [Solved] css negative padding › Reply To: [Solved] css negative padding
February 23, 2016 at 6:21 pm
#238356
Participant
Okay, You are right. However, in cases where you inherit another designer’s style sheet, you may need a quick stitch and find the need to apply a negative margin especially if you wish to hide the already curved image edges whose write up you don’t wish to revisit.
I applied it my self in the line that follows;
.ptnx{ padding-left:15px; padding-right:15px; padding-bottom:0; padding-top:0px; margin-top:-1px; auto; color:#444; }