Good day! I uploaded a banner image (please see image with arrows) and adjust its size using this code:
.banner {
width: 50%;
margin: auto; /* This centers the banner */
background-color: #F3BCBA !important;
}
The reason why is I find it too big for dektop view. But the problem now is there are white gaps both sides. Can someone help me at least color its background? I’ll just copy the color code of the photo’s background. I tried several ways already but I couldnt find a way how to put background (color) behind banner image. Please help.