Hello,
I wish to remove the borders for the images on my image and text sections. This would have the image take the full width.
My website: merciane.com
I have uploaded the borders I am referring to for clarity.
Thank you!
Hello,
I wish to remove the borders for the images on my image and text sections. This would have the image take the full width.
My website: merciane.com
I have uploaded the borders I am referring to for clarity.
Thank you!
Hi @MotionStore111 ,
Its not border I see its the padding.
Try this.
@media only screen and (max-width: 575px){
.col-lg-4.mb-6.mb-lg-0 {
padding-right: 0px;
padding-left: 0px;
}
}
Result:
I hope it help.
Thank you so much Ribe!