LucyBold Posted November 20 Share Posted November 20 Hello! I will like to hide the header on scroll only on mobile. Thanks so much for any help in advance! Link to comment
LucyBold Posted November 22 Author Share Posted November 22 This is the website www.lacalifornie.es Link to comment
Web_Solutions Posted November 22 Share Posted November 22 21 minutes ago, LucyBold said: This is the website www.lacalifornie.es Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. @media only screen and (max-width: 767px){ #header.shrink { visibility: hidden !important; } } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
LucyBold Posted November 22 Author Share Posted November 22 Thanks so much @Web_Solutions! It worked perfectly BUT i wonder if there is a way to make the header appears back smoothly when scrolling down back to the top. Right now it does a weird jump. See attachment. Thanks in advance! RPReplay_Final1700637472.MP4 Link to comment
Web_Solutions Posted November 22 Share Posted November 22 11 minutes ago, LucyBold said: Thanks so much @Web_Solutions! It worked perfectly BUT i wonder if there is a way to make the header appears back smoothly when scrolling down back to the top. Right now it does a weird jump. See attachment. Thanks in advance! RPReplay_Final1700637472.MP4 5.62 MB · 0 downloads Can you replace the previous code with the code below? @media only screen and (max-width: 767px){ #header.shrink { position: absolute !important; } } If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
LucyBold Posted November 22 Author Share Posted November 22 Thank you @Web_Solutions! i think it is much better now. I was looking for this effect https://www.1stdibs.com/es/?gad_source=1&gclid=CjwKCAiAx_GqBhBQEiwAlDNAZt6093Q93KLMBt8D0A60dKMjHXuZvopAnhBQXK4tp0rhMLPQY2iTiRoCdVMQAvD_BwE&gclsrc=aw.ds What are your thoughts? Link to comment
Web_Solutions Posted November 22 Share Posted November 22 2 minutes ago, LucyBold said: Thank you @Web_Solutions! i think it is much better now. I was looking for this effect https://www.1stdibs.com/es/?gad_source=1&gclid=CjwKCAiAx_GqBhBQEiwAlDNAZt6093Q93KLMBt8D0A60dKMjHXuZvopAnhBQXK4tp0rhMLPQY2iTiRoCdVMQAvD_BwE&gclsrc=aw.ds What are your thoughts? Did you meant this? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. Link to comment
LucyBold Posted November 22 Author Share Posted November 22 I am referring to the behaviour of the show/hide of the header on MOBILE for this site. It feels very smooth. @Web_Solutions Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment