This topic has 2 replies, 2 voices, and was last updated 7 years, 10 months ago ago by 8theme
Hi,
1.I wonder how to get the fixed header to be hidden while scrolling down and show it back up when scrolling up.
2. I set up my logo width at 150px, is it possible to make it smaller on mobile without changing the width on large screen?
Thanks in advance!
Hello,
1. Sorry, but there is no such function in our theme.
2. Try to add this code to the custom CSS for mobile devices
.header-logo img {
max-width: 70px !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up