how to make my header background full width

hi!

how do I make my header background full width?

https://www.gallerychristian.com

thanks!

Christian Russo

Hello Christian,

You can make it through customization or you can apply margin.

Thanks,

Garima

and how do I do this?

On your store visit customization and make changes to the header.

I’m sorry I can’t find anything :disappointed_face:

Hi @christian_russo
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css

.header {
width: 100%!important;
max-width: 100%!important;
}