• Hi,

    first time write for some support. So In your theme on Site Identity I use only site title, but on the mobile version is too big. Maybe you can help me to change it? Maybe some custom CSS I need, I try to find something on this forum but didn’t find something similar.

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

Viewing 1 replies (of 1 total)
  • Hi @dgovile91,

    Thanks for reaching out, and thank you for using our Kale theme!

    You can shrink that a bit on mobile by adding this CSS in Appearance > Customize > Additional CSS:

    @media (max-width: 480px) {
        .logo .header-logo-text a {
            letter-spacing: 4px;
        }
    }

    If you need anything else, just let us know. Thanks again!

Viewing 1 replies (of 1 total)
  • The topic ‘Site Identity’ is closed to new replies.