After update JA Mixstore to 1.0.3 from 1.0.1, logo of my website become small. I just rollback to 1.0.1. But the logo still small.
How to fix this problem?
Hi jakartaonlinemedia
May I know how you want it should be? so I can help
I want the logo in real size like before.
jakartaonlinemedia
What I meant is that I don't know how it looked before so could you share screenshot of how you want it should be?
Right now the logo appears in a smaller size than the actual size. I want the logo to appear in its actual size.
You can try to put this custom css rule:
.logo-image img { max-height: initial !important; }
into the file: /templates/ja_mixstore/css/custom.css (Create this file if it doesn't exist)
It works. Thank you for your support.
jakartaonlinemedia You're welcome!