Full Width Logo

Hi @kaceehoule,

I hope you are well today and thank you for your question.

You can try achieving this by using the custom plugin solution shared in the following topic.

https://colorlibsupport.com/t/logo-uploads-fine-but-looks-blurry/#post-92517

Then please add the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

#masthead > .container {
    width: 100%;
    max-width: 100%;
}

Best Regards,
Movin