[Resolved] Left align logo on mobile view

Home Forums Support [Resolved] Left align logo on mobile view

Home Forums Support Left align logo on mobile view

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2011675
    Shaun

    Hi
    I have a website I am working on. The site has a square logo, which I want to left align on mobile view. But I wish to keep it centred on desktop and tablet.

    #2011687
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        .inside-header .site-branding-container {
            text-align: left;
        }
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps πŸ™‚

    #2011700
    Shaun

    Hi Leo
    It doesn’t seem to have worked

    #2011720
    Leo
    Staff
    Customer Support

    Edited the CSS to make it more specific:
    https://generatepress.com/forums/topic/left-align-logo-on-mobile-view/#post-2011687

    Try again and let me know πŸ™‚

    #2011725
    Shaun

    Thx Leo
    It worked perfectly

    #2012487
    Leo
    Staff
    Customer Support

    No problem πŸ™‚

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