[Resolved] Site Title Styles on Mobile

Home Forums Support [Resolved] Site Title Styles on Mobile

Home Forums Support Site Title Styles on Mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1342988
    lucygp

    Hi Team,

    I have the following custom CSS for the site title. It works on desktop but not mobile.

    .main-title {
    text-align: center;
    font-family: open sans;
    font-size: 29px;
    font-weight: normal;
    letter-spacing: .5em;
    }

    I added this CSS for mobile, cleared browser and site cache but no change.


    @media
    (max-width: 768px) {
    .main-title {
    text-align: center;
    font-family: open sans;
    font-size: 29px;
    font-weight: normal;
    letter-spacing: .5em;
    }
    }

    Thanks!

    John

    #1342997
    Leo
    Staff
    Customer Support

    Hi there,

    Can you explain what you’d like to achieve on mobile?

    Let me know ๐Ÿ™‚

    #1343061
    lucygp

    Hi Leo,

    I needed letter-spacing in the title, used custom CSS for that, and added other properties that were conflicting with settings in the customization panel. I think I figured out where I went wrong and am back on track.

    Thanks!

    JOhn

    #1343770
    Leo
    Staff
    Customer Support

    No problem ๐Ÿ™‚

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