How can I adjust the position and size of menu icons on Dawn theme?

Hi,

I have the hamburger menu on my Shopify store. Could you let me know how I can:

  1. Move the hamburger menu completely to the left side of the screen

  2. Move the cart and search icon completely to the right of the screen

  3. Increase the size of both the hamburger, cart and search icons

Thanks heaps!

I used this code:

@media screen and (min-width: 990px){ .header–top-center>.header__search, .header:not(.header–top-center) *>.header__search {display: none !important;} .header:not(.header–middle-left) .header__inline-menu { display: none !important;} .header–top-center *>.header__search, .header:not(.header–top-center)>.header__search { display: inline-flex !important;} header-drawer {display: block !important;}