left and right menu header width
in your theme pre built webiste https://themes.muffingroup.com/be/digital/ If you look beneath the banner to the black header area where the menu is you will see there is a space on the far left and right. How do I make this area full width so that gap on the far left and right goes away. Inspecting elements shows .layout-full-width #Wrapper {
box-sizing: border-box;
padding: 10px !important; if I remove the 10 px this seems to fix the issue, but..I do not know how to change this. Thank you
box-sizing: border-box;
padding: 10px !important; if I remove the 10 px this seems to fix the issue, but..I do not know how to change this. Thank you
Comments