Site logo

[Resolved] Cart replace

Home Forums Support [Resolved] Cart replace

Home Forums Support Cart replace

Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • #1700589
    Masuk Sarker Batista

    Website Access link

    #1700683
    Ying
    Staff
    Customer Support

    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 🙂

    #1700704
    Masuk Sarker Batista

    ok on all pages. but the issue still exists on the checkout page!!! https://share.msbofficial.com/nOulq5DJ

    https://share.msbofficial.com/xQunBjoR

    #1700718
    Ying
    Staff
    Customer Support

    I see the problem, then try this instead:

    .menu-bar-items > *:first-child {
        margin-right: 20px;
    }
    #1700723
    Masuk Sarker Batista

    Thanks a lot <3

    #1700742
    Ying
    Staff
    Customer Support

    You are welcome 🙂

Viewing 6 posts - 16 through 21 (of 21 total)
  • You must be logged in to reply to this topic.