Archived topic
Trying to remove some white margin space
4 replies · Started by Paul on November 3, 2021
Hello all! Everyone on the team here has been so so awesome!
I thought I would ask another question - I am building a site and can't seem to get rid of the white area inside the red circle, I would like the black border to go to the edge, like it does the right side.
Here is the link to the site: https://givepraiserecords.com/
And here is a image showing the layout:

Hi there,
There isn't a way to remove the padding around the image only as the padding is added around the entire container (green space):
https://www.screencast.com/t/fEUSJ3T0b1m
The rest of the spacing is from this CSS you've added:
img {padding: 10px;}
Hope this answers your question.
Leo - awesome! I'm sorry, I should have been more clear, I would like the black outline to go to the edge of the container.
Not really anything to do with the image (I think, I'm not real good at this stuff), I just happened to put the red circle there,
Paul
Wait! Reading your message, I got it! It was a easy fix!
Thank you so so much!
Paul
No problem :)