Site URL: https://www.revealwellnessco.com/services
Hi @tuanphan!
I was hoping you could help me address this issue...
I want to ensure my that some images on my site are flush with the edge of the screen.
Right now, I am using margin to move the images. It looks great, but you can see past the page edge on the right-hand side of the screen (see screenshots and URL). Should I being padding instead? Ideally, I would like a few images throughout the site to automatically sit flush with the edge of the screen. Right now, I'm using media quires and margins which is fine, but worry that the images won't appear completely flush, depending on the users screen size. I've included the code below. Can you advise?
Thanks so much!
+++++++++++++++++++++++++++++++
//services page - images - desktop//
@media only screen and (min-width: 767px) {#block-yui_3_17_2_1_1646840179996_8049{
margin-top:-47px;
margin-left:-40px;}
}
@media only screen and (min-width: 767px) {#block-yui_3_17_2_1_1646840179996_20824{
margin-right:-40px;}
}
@media only screen and (min-width: 767px) {#block-e3723ef4e2b2d4d21687{
margin-bottom:-63px;
margin-left:-40px;}
}