Archived topic
header to be left aligned on mobile
3 replies · Started by Anil on April 10, 2023
Viewing posts 1–4 of 4
please guide to keep header left aligned on mobile
Hi Anil,
Try adding this through Appearance > Customize > Additional CSS:
@media (max-width: 768px){
.site-header .inside-header.grid-container {
align-items: self-start;
}
}
Thanks Fernando :-)
You're welcome, Anil! :)
This archived topic is closed to new replies.