Hey Team!
How can I move sign in, search and add to cart to the far right on the desktop in Brooklyn theme? Like the photo here.
Thank you!
Hey @deniscrima
Follow these Steps:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @deniscrima ,
I understand that you want to move sign in, search and add to cart to the far right on the desktop.
Try this one.
@media only screen and (min-width: 1024px) {
li.site-nav__item.site-nav__expanded-item.site-nav__item--compressed {
display: inline-grid;
left: 170px;
}
li.site-nav__item.site-nav__item--compressed {
left: 170px;
}
}
Result:
I hope it help.