Archived topic
Site title centred when responsive
3 replies · Started by ian on February 19, 2016
Viewing posts 1–4 of 4
Hi
I have the site title and tag left justified
When it is responsive ( on phone) it is centred
Can't work out where this is happening don't think it is me
see here
site
Ian
This is default behavior.
You can change it with this:
@media (max-width: 768px) {
.fluid-header .inside-header {
text-align: left;
}
}
That works thanks
Do you mean default GP behaviour
If so why
A centered header on mobile is typically wanted :)
This archived topic is closed to new replies.
