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.
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.
Refer to this URL, please.
You will find your solution.
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.
Oh sorry, Password is: saivee @oscprofessional
@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