Site logo

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 :)

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.