• Hi,

    I’m really struggling with Header Logo.
    I’ve uploaded the logo and it looks great on Desktop view, but on mobile view, the logo is too small and the title too deep.
    Tried different things but always looks the same.
    Can you help please?

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    Does adding this CSS help?:

    @media (max-width: 768px) {
        .site-branding-container {
            flex-direction: column;
        }
    
        .site-branding-container .site-logo {
            margin-right: 0;
        }
    
        .site-branding {
            text-align: center;
            margin-top: 20px;
        }
    }

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

    Let me know ??

    Thread Starter mikeb222

    (@mikeb222)

    Hi Tom,

    added that code and still doesn’t help.
    Looks exactly the same, too small on mobile.

    What was that code supposed to do?
    Do I need to add the image again maybe?

    Thread Starter mikeb222

    (@mikeb222)

    also, when I upload any image, there’s no save/publish changes button anymore, so my changes don’t get updated.
    I get an message saying “if you leave this page changes won’t be saved” but no button.
    So I can’t actually try out the new code (although that has been saved)

    Any ideas on this also please?

    • This reply was modified 5 years, 6 months ago by mikeb222.
    Theme Author Tom

    (@edge22)

    Hi there,

    Where are you adding that CSS? I’m not seeing it on your site.

    There’s no save button in the Customizer? Can you try deactivating your plugins to see if one of them is causing the issue?

    Let me know – we’ll figure it out ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Logo problems’ is closed to new replies.