Archived topic
Left Align Site Title and Description in Mobile and Tablet
3 replies · Started by Michael on February 10, 2022
I am attempting to left align the site title and description in mobile and tablet to resemble how it looks on desktop. But on certain emulators (like 600 x 1024 tablet), the site title and description positions itself in the center. I've scanned the customizer to see if its a setting but for the life of me I can locate the setting...if it is a setting. Someone want to throw me a bone? The image of what I see and the URL of the website are included.
Thanks All!
Mike
Hi Mike,
Try this CSS:
@media (max-width: 768px) {
.site-header .inside-header {
flex-direction: unset;
}
}
Perfect! Thanks for the assist Ying! Much appreciated. -Mike
No problem :)