Archived topic
How to align logo to the right?
3 replies · Started by daniel on February 12, 2022
Viewing posts 1–4 of 4
Hello my site is RTL but the logo is still aligned to the left how can i move it right?
thanks
http://www.doggie.co.il
Try this:
.site-header .inside-header.grid-container {
justify-content: flex-start;
}
Thank you
No problem :)
This archived topic is closed to new replies.