Hi @amonehk,
Thank you for your query.
I need more information to get to know the root of the issue. Can you provide the detailed stpes to replicate the issue? Maybe you should have used this field as you write the topic to add more context: https://i.snipboard.io/qhy3No.jpg.
Dear
Thank you your reply
You can try Default Sydney template
On desktop mode when scroll down hero area will not scroll up
But in mobile mode when scroll down hero area will scroll up
Is need to add custome css to fix?
Thank you
Hi @amonehk,
Try adding this CSS code to Appearance > Customize > Additional CSS from dashboard.
@media only screen and (max-width: 1024px) {
.mobile-header {
position: sticky;
top: 0;
}
}
hi @kharisblank
Thank you your reply
I had try the code but not work
May be I open a new topic about this problem
Thank you