Why does my mobile dropdown menu push the page down?

Hi,

hope someone would be able to help!

My mobile menu pushes everything down once I click it…is there a way to make come on top of the page instead of pushing everything down? it makes everything look bad :confused:

website: https://sugar-free-eu.myshopify.com/

temporary password: eveirt

@Eli90

oh sorry for that issue can you try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
.template-index .site-header { width: 100%;}
.page-container {transform: none !important;}

@KetanKumar thanks A TOL! that solved the problem. Appreciate your help!