Increase logo size on mobile
Hi Forum,
at following site i'd like to increase the logosize on mobile view to 140x198 px.
https://bierfest.wirfuertoelz.de/
Therefore i used the following code in costum css:
.logo-mobile { width: 140px !important; height: 198px !important; }
The width increases properly, but the height seems to be limited with 80 px for some reason – and unfortunately i can't figure out, where that comes from.
I don't want to set up the whole header in headerbuilder – just for this one particular issue.
Can you please help me with an additional code?
Thanks in advance!
Kind regards
Frank
Comments
Hi,
Please also add the following CSS code:
Best regards
That helped! Thanks a lot!