Home › Forums › Jevelin Theme › Mobile Logo Appears Squashed
Home › Forums › Jevelin Theme › Mobile Logo Appears Squashed
Since updating theme from the following thread:
https://support.shufflehound.com/forums/topic/my-account-not-showing-on-mobile/
My mobile logo seems to appear squashed, this had previously been fixed but seems to reappear again now.
Website url:
Hi @zeynlambat,
Thank you for your question.
You can resolve it 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
.primary-mobile-light .sh-header-mobile .header-logo img { height: 50px !important; }
Best regards,
Shufflehound team
I have just sent credentials privately as I am unable to fix this.
It was not working on your site because the custom CSS code you are using in the Custom CSS option of theme is incorrect.
The opening media query brackets are not closed so i just moved my provided CSS code at the top of your existing CSS code so that it will work.