Moving Menu To Right Side (Dawn Theme)

Hi All,

Need some help is possible please in trying to move the dropdown menu to the right side, after the basket option.

I have tried and researched prior forum posts but none of those solutions worked!

Store link is: https://auclysse.com/

I have attached a screenshot for a little bit more detail:

Screenshot 2025-04-27 at 11.32.10.png

Thank you in advance!

Hey @HomarP ,

simply add the following CSS to the bottom on your base.css file:

.header--top-center header-drawer {
    grid-area: icons !important;
    justify-self: end !important;
}
.header__icons {
    padding-right: 5.5rem !important;
}

Sincerely,
Lior from Studio Enchant

This worked, thank you so much!