Site logo

[Resolved] Logo center above title in mobile header

Home Forums Support [Resolved] Logo center above title in mobile header

Home Forums Support Logo center above title in mobile header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2430626
    Manuel

    Hello team,
    I try to center the logo above the title on mobile header.
    I find on the forum this code:
    .site-branding-container {
    display: flex;
    flex-direction: column;
    }
    I added on the CSS customizer.
    Is good but is making that also on the browser that I don’t want.
    So I don’t know how to make it only for the mobile!
    My site https://manuelmeszarovits.com/

    In advance thanks for your time,
    Manuel

    #2430655
    David
    Staff
    Customer Support

    Hi there,

    change the CSS to this:

    
    @media(max-width: 768px) {
        .site-branding-container {
            display: flex;
            flex-direction: column;
        }
    }
    #2430872
    Manuel

    Thank you for your quick reply David.
    Working good.
    Generatepress is the best support in the world!
    Warm regards,
    Manuel

    #2430912
    David
    Staff
    Customer Support

    Happy to hear that 🙂

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