Site logo

Archived topic

Site Title Styles on Mobile

3 replies · Started by lucygp on June 26, 2020

Viewing posts 1–4 of 4

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

Hi there,

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

Let me know :)

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

No problem :)

This archived topic is closed to new replies.