Problem with mobile

good morning,
I created a site with Illdy, in the header I inserted a logo instead of the central writing, right where there are the two buttons. But when I try to see the site on my cell phone, the logo is too big and it doesn’t look good. How do I fix this?
site link: www.parcodoline.it

hey there

Hope you are having a good day and thank you for your question :slight_smile:

Please add this CSS in appearance - customize - additional CSS

@media screen and (max-width: 768px){
body #header .bottom-header img {
width: 80%;
}
}

Thanks!
Colorlib Support Team