Home › Forums › Jevelin Theme › Logo not resizing
Home › Forums › Jevelin Theme › Logo not resizing
When I change the header logo sizes in the theme customiser, the changes do not take place, the theme still displays the logo in 100%.
Why is that? Please advise on how to fix it.
My website is on https://digbancassur.wpengine.com/
Hi @Friend_DE,
Sorry to hear of the problem you are having.
I could confirm the issue on my test site and it is also not displaying in the theme settings therefore notified the theme developer about this so that it will be fixed.
The issue will be fixed ASAP.
In the meanwhile you can change its size by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.header-logo img { max-width: 500px; max-height: 100px; }
Best regards,
Shufflehound team
Hello!
The problem is not really solved, the logo is still not sizing correctly after removing the CSS code.
Could you please elaborate on the further developments regarding fixing this bug?
Best regards.
It is not yet fixed in the theme and will be fixed soon.
We will notify you here after fixing it.
In the meanwhile you can change the values 500px and 100px in the above shared CSS code according to your logo size to display it properly.