Archived topic
Cart replace
20 replies · Started by Masuk Sarker Batista on February 2, 2021
Viewing posts 16–21 of 21
Website Access link
Try to replace this:
.menu-bar-items > *:not(:first-child) {
margin-left: 20px;
}
with this:
.menu-bar-items > *:not(:last-child) {
margin-right: 20px;
}
Let me know :)
ok on all pages. but the issue still exists on the checkout page!!! https://share.msbofficial.com/nOulq5DJ
I see the problem, then try this instead:
.menu-bar-items > *:first-child {
margin-right: 20px;
}
Thanks a lot <3
You are welcome :)
This archived topic is closed to new replies.