Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
hi, i am using dawn theme i want to keep the logo at centre and split the menu
https://4b1e5b-36.myshopify.com/?_ab=0&_fd=0&_sc=1
password: "niecum"
Add this code in your base.css file:
a#HeaderMenu-contact {
margin-right: 190px;
}
ul.list-menu.list-menu--inline {
top: 9%;
position: absolute;
transform: translate(-50%, 50%);
}
Result: