How can I edit the header so the hamburger menu and bag icons are pushed closer to the page edge?

Hi,

I would love to get rid of some padding on the left and right of the icons in the header. So there is less space and the hamburger and shopping bag icons are closer to the edge. Is this possible?

Website:
https://qvwine.com/

Thanks in advance!

@Claudianicolson ,

Please add this CSS to your theme

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

Thanks!

@infoatcodelab7

Perfect, thank you so much!