Hi, I know there’s been quite a few topics about this, but I can’t seem to fix it for myself.
I’m trying to make my logo look normal but for some reason it keeps on chopping off the bottom part.
For both desktop and mobile.
Can you suggest any CSS that I can use to make it work?
The logo size is as recommended.
I couldn’t find anything in the theme options related to mobile.
Thanks so much in advance!
My website:
Hi @Klaasbaas1983;
this code in your custom css (in child theme) may be the cause :
.logo img { position: relative; top: 13px; }
Thanks guys !! Working fine now!
I totally forgot I had put it there! :)