Home › Forums › CSS › PLEASE help, please… Wrapping text around image? › Re: PLEASE help, please… Wrapping text around image?
September 1, 2012 at 4:38 pm
#108869
Member
For the padding, add that to the paragraph style
#info-page p {
padding: 0 10px;
}
You might also want to add some margin to the image to push it away from the side of the grey box.