Main Menu Bar Text to full width

Hi Support,
Hoping to get some advice on how I can span my menu bar text to be the width of my website. Currently my menu bar is with an indent at the beginning.

Thanks
Maria

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the indent by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove indent*/
.container {
    margin-left: 0px;
}

Best Regards,
Support