Getting Contact Us button on right of header

How can you get the “contact us” page to be on the right of the header separate from the rest of the menu links?

Here is my store URL.

https://theory-crew-pty-ltd.myshopify.com/

@LoudPeacock12 ,

Refer to this URL, please.

You will find your solution.

https://youtu.be/1rQnP9sPD0w

Hey @oscprofessional , I meant have it seperate from the other menu link so it sit on the far right of header next to social links.

Thanks.

@LoudPeacock12 ,

Have you added the in header?

Share the link

@LoudPeacock12 ,

I need the password.

Oh sorry, Password is: saivee @oscprofessional

@LoudPeacock12 ,

@media screen and (min-width: 1350px) {
.list-menu li:last-child {
    transform: translate(26em, 1px);
}
}

@media screen and (max-width: 989px) {
.list-menu li:last-child {
       transform: none;
}
}
@media (min-width: 990px) and (max-width: 1349px){
.list-menu li:last-child {
    transform: translate(6em, 1px);
}
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->base.scss.liquid