i am using shopify dawn theme and want to know to extend the width of this. light green navigation bar and also want to know how to remove the gap between the image and navigation
i used the below code
header .header__inline-menu {
width: 100%;
margin: 0 auto;
text-align: center;
background: #EEF6F6;
}
.header .header__active-menu-item , .header__inline-menu span {
color: #000000 ;
}
