Archived topic
center mobile logo
2 replies · Started by Tim on December 14, 2022
Viewing posts 1–3 of 3
Hello,
I'm looking to center my logo above the 2 buttons on mobile. Can you help?
Hi Tim,
Can you try adding this through Appearance > Customize > Additional CSS:
@media (max-width: 768px) {
.site-header .inside-header {
justify-content:center;
}
}
Let us know how it goes.
Thank you!
This archived topic is closed to new replies.