boa tarde…
gostaria de deixar me cabeçario na mesma largura do rodapé…
Fiz uns teste aqui e ficou assim
Tenta este código colocando no CSS
:root {
–ff: “Roboto”;
–tc1: #202124;
–tc2: #5F6368;
–tc3: #BDBDBD;
–dc1: #2962FF;
/* --dc1_h: #2968FF; */
–bg1: #FFFFFF;
–bg2: #F8F9FA;
–gutter: 5px;
–r_gutter: -15px;
–fs42: 42px;
–fs20: 20px;
–fs22: 22px;
–fs24: 24px;
–fs18: 18px;
–fs16: 16px;
–fs14: 14px;
–fs12: 12px;
}
.container {
width: 75%;
padding-right: var(–gutter);
padding-left: var(–gutter);
margin-right: auto;
margin-left: auto;
}
.g_ .menu.superior>.nivel-um>li {
background: 0 0;
border: 0;
z-index: 1;
position: relative;
padding: 1rem 0.5rem;
}