Hey guys,
The header logo size is normal on desktop, but when i go to mobile it doesnt automatically reduce its size, it is still huge, how can I adjust it so on mobile it suits mobile?
Hi @piac1212 ,
I hope you are well today and thank you for your question.
Could you please share me your site URL where it’s happening so that I can troubleshoot it?
Best regards, Shufflehound team
Hi!
Sorry for getting back late,
but the URL is socialsurf.co
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
.sh-header-mobile-navigation .header-logo img {
max-width: 130px;
} Thanks for the reply although it still doesn’t seem to be working?
Please try changing above shared CSS code as following.
.sh-header-mobile-navigation .header-logo img {
max-width: 130px !important;
} Popular choice Professional Developers At Your Fingertips! If you need services beyond standard support, we've got your back!
Let's get started
Services we offer: Graphic work / visualizations Full WordPress development and design
We use cookies to enhance your experience. By continuing to visit this site you agree to our use of cookies.Got it