Hi there,
I’m trying to get my maroon Landmark bar to fit the screen width - without stretching the whole page - to match the footer.
https://soulbrew.net to understand what I’m on about
I’ve already applied the following CSS as suggested in a previous post:
/* Title Landmark Color */
.x-header-landmark.x-container.max.width {
background-color: #990000;
}
/* Title Font Color */
.x-header-landmark h1.h-landmark {
color:#fff;
}
However the Landmark width is still not matching the footer.
Any help is appreciated, thanks!