• Sydney template in desktop
    When scroll up the hero area will not move and page will cover the hero area
    But in mobile mode, the function will not work.
    In the Sydney template can set it

    Thank you

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    Thread Starter amonehk

    (@amonehk)

    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;
      }
    }
    Thread Starter amonehk

    (@amonehk)

    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

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Mobile Hero Area’ is closed to new replies.