Hamburger menu custom CSS codepen

@Valeria_Galati

I think your issue is that your are positioning the element using the CSS from codepen instead of webflow, nevertheless, if you will comment out the following lines from the CSS that you are using in the head section it will position the HMB in the upper right corner (I assume thats where you want it)
.menu--1 label, .menu--2 label { /* bottom: 0; */}

Hope it helps…

Also - I again want to tell you:

  1. HTML goes in the Embed Element
  2. CSS is going to the Inside <head> tag,
  3. Scripts and sources go to before </body> tag

When I looked at your shared site it was not moved… and also try to edit out the not needed part of codepen code - since you are using only one out of four examples a lot of that code is juste unnecessary, will slow the site down and can potentially cose problems…