I want to reduce the width of the white container inside of the image banner. Can someone please help me identify where in the code I can adjust this, if at all possible?
Please and thank you.
I want to reduce the width of the white container inside of the image banner. Can someone please help me identify where in the code I can adjust this, if at all possible?
Please and thank you.
Hi @letmebri ,
Please follow the instructions below. I am using the same Dawn with no edits for this code.
@media only screen and (min-width: 750px){
.banner__box.content-container {
max-width: 50rem;
width: 100%;
}
}
AMAZING, I was so annoyed with how wide they were, great fix! thank you
Am I doing something wrong, this still didn’t work for me. Do I need to edit this sizing?