Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS PLEASE help, please… Wrapping text around image? Re: PLEASE help, please… Wrapping text around image?

#108869
Paulie_D
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.