How can I remove the bouncing effect in the header

Hi @Janamir

You can try this solution:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.liquid->paste the code at the bottom of the file
body {
    padding-top: 0!important;
}

However, the header’s effect is affected by announcement bar of the theme. Making changes on header may have effects to your theme or other pages, so you are kindly advised to reach out the theme’s support for proper assistance.

Hope the information helps.