Site logo

Archived topic

how to display site header in sticky header

30 replies · Started by Sima on November 19, 2020

Viewing posts 16–30 of 31

Same result.

I sent you the login credentials again and also disabled the coming soon

Give this CSS a shot:

.navigation-branding {
    flex-direction: column;
    align-items: flex-start;
}

this moved the tagline to a new line but the lines are not aligned

I had deactivated some plugins. try it again.

this worked but how can I change the spacing between the site title and the tagline? there is too much space between the lines. I like the spacing when I am not using the navigation as a header. thanks

Try this CSS:

.navigation-branding .main-title {
    line-height: 40px;
}

1. and how to change the tagline font size?
2. also how to change the font color for both site title and tagline when I scroll.

This works for the sticky navigation but it also changes the color of the site title in the header

Also how to add more space above the site title in the header?

the color worked. thanks
Could you please let me know how to add more space above the site title in the header?

fixed that too. thanks

This archived topic is closed to new replies.