• Hey guys,

    I have been pulling my hairs out trying to fix the logo issue. On laptop its fine but on mobile the logo is sitting on the left, I have seen other sites using Blask and they are in the middle on mobile but for the life of my I cannot find a fix for this.

    Logo is uploaded onto customise area so Im not sure what could mess it up.

    Please help! Thanks.
    (Site link sobon.co.uk)

    • This topic was modified 2 years, 9 months ago by tyesayhello.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi there,

    In the examples you have seen the site title (dynamic text) is centered on mobile. However if you add a logo it is not centered.

    The good news is that you can use the following CSS to center your current logo on mobile:

    @media (max-width: 600px) {
        .site-header {
            text-align: center;
            }
    }

    Hope this helps!

    sorry, I got it worked.

    • This reply was modified 2 years, 3 months ago by keppas.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Logo alignment’ is closed to new replies.