How can I reposition header icons in the Narrative theme?

Hi,

I am using the Narrative theme and would like the “Hamburger” icon and “Shopping Cart” icon to move to the far sides of the page in desktop view.

My Website is: www.brookesbooth.com

My password is: Hello

Many Thanks

Hi again, this code should work for you. Add it to the bottom of Assets > theme.scss in your theme code editor.

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

Thanks