Hello!
I am using the dawn theme and my URL is carcleansweden.se.
I would like to move logo right and cart, account, search icon to the left:
I would hugely appreciate the help!
Hello!
I am using the dawn theme and my URL is carcleansweden.se.
I would like to move logo right and cart, account, search icon to the left:
I would hugely appreciate the help!
Hi @CarCleanCC
Try this one.
@media screen and (min-width: 990px) {
.header__heading {
margin-left: 6.5rem;
}
.header__icons {
margin-right: 6.5rem;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!