Full Width Logo

Hi,

Been trying unsuccessfully to make my logo picture full width. I have entered every type of additional CSS I can come by with no avail. How can I do this??

Thanks!

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

Hi @Movin,

Thanks for the response. I installed the plugin. What CSS code do I need to install now?

Thanks so much!

I have added the CSS code in my above reply.