Hi
iwant to Move the cart icon to the far right
and the menu icon to the far left
example :
how ican reduce margin on left and right for menu in code of theme can you give me steps
Hi @souhibben ,
Could you please share your store URL, so that I can help you
Hi @souhibben ,
This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.
While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:
Best regards,
Anthony
Hi @souhibben
Try this one.
@media only screen (max-width: 749px) {
header-drawer {
margin-left: -30px;
}
.header__icons.header__icons--localization.header-localization {
padding-right: 0px;
margin-right: -20px;
}
}
I hoe it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Thank You It’s Work