Header, main menu

Hi @Sohan2198

Do you mean like this?

If you like it full with the icons will also be full.

This is the code.

From you Admin page, go to Online Store > Themes

Select the theme you want to edit

Under the Asset folder, open the main.css(base.css, style.css or theme.css)

Then place the code below at the very bottom of the file.

@media screen and (min-width: 990px) {
    .header--top-center .header__inline-menu {
        width: 100%;
    }
}

And save.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!