Hi,
So that my uber menu in position acm-header looks like the menu of my static site in html I shifted the logo to the right of 72px by adding padding-left: 72px; in /t3-assets/dev/templates.uber.acm.header.less.style.less.css.
1) I now have a problem for the small screen display because the logo is also shifted 72px to the right and I want to remove padding-left: 72px; for small and medium screens.
2) I would also like to increase the size of the menu hamburger icon for small and medium screens.
Thank you very much