[Resolved] Site title centred when responsive

Home Forums Support [Resolved] Site title centred when responsive

Home Forums Support Site title centred when responsive

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #173860
    ian

    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 topic was modified 8 years, 1 month ago by ian.
    • This topic was modified 8 years, 1 month ago by ian.
    #173881
    Tom
    Lead Developer
    Lead Developer

    This is default behavior.

    You can change it with this:

    @media (max-width: 768px) {
        .fluid-header .inside-header {
            text-align: left;
        }
    }
    #173983
    ian

    That works thanks

    Do you mean default GP behaviour

    If so why

    #174058
    Tom
    Lead Developer
    Lead Developer

    A centered header on mobile is typically wanted 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.