I cannot find out how to make my logo bigger on mobile.
Hello,
Please add this css into your Custom Css box in General Options:
@media (max-width: 480px){ #logo { height: 100px !important; }}
Change the value to your wish.
Best regards!
Thanks it worked once I changed to max-height:
You must be logged in to reply to this topic.