HomarP
1
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:

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
HomarP
3
This worked, thank you so much!