Hi and thank you all for your answers, appreciated.
I’ve done as suggested, and now i can enlarge the logo. If I enlarge it too much, it still gets cut but that’s ok at 150%.
I use the Phlox theme.
My site is the following :
https://www.clementjolivet.com
Now I have an error at the .main-header-bar line and the following padding settings do not change anything.
@media (max-width: 544px)
.main-header-bar{
padding-top: 16px;
padding-bottom: 16px;
padding-right: 16px;
padding-left: 16px;
}
.custom-logo {
max-width: 150px;
}
It looks like i cannot change the burger menu position too, which is problematic if I want to enlarge the logo some more.
Can you help me with that ?