Site logo

Archived topic

Site Title Letter Spacing Realtor Theme Base

4 replies · Started by Shaun on August 24, 2021

Viewing posts 1–5 of 5

Hi
I have just started to make a demo site using Realtor from the Site Library as a base (see link in the private area).
I wish to add some letter-spacing to the site title, so I added the following CSS.

.navigation-branding .main-title {
    letter-spacing: 2em;
    line-height: 1.5em;
}

I deliberately exaggerated the spacing to make sure my eyes didn't deceive me, but I can see no change in the site title. I have active caching and I am checking the site in Chrome Incognito.
Any ideas on what I am doing wrong?

Sorry, I meant to say I have NO active caching.

Hi there,

try:

.site-branding .main-title {
    letter-spacing: 2em;
    line-height: 1.5em;
}

Worked perfectly - thx David

Glad to hear that

This archived topic is closed to new replies.