How can I align the dropdown menu with the logo?

Hi, I would like the menu to end with the logo, Can someone help me with this? In addition, when I move my mouse over ‘‘vwo’’ the dropdown menu in the top bar appears with an animation. How can I remove this?

https://webshop.mytutor.nl/

Hi @User026

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

@media (min-width: 768px) {
.header-body-sections--24039743750468__ss_header_4_3eQDGC {
    padding-left: 28px !important;
}
.section-sections--24039743750468__ss_header_4_3eQDGC.header-sections--24039743750468__ss_header_4_3eQDGC.top.onscroll {
    transition: unset !important;
}
}

Result

Best,

DaisyVo