Site logo

[Resolved] how to display site header in sticky header

Home Forums Support [Resolved] how to display site header in sticky header

Home Forums Support how to display site header in sticky header

Viewing 15 posts - 16 through 30 (of 31 total)
  • Author
    Posts
  • #1539512
    Leo
    Staff
    Customer Support

    Same result.

    #1539513
    Sima

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

    #1539514
    Leo
    Staff
    Customer Support

    Give this CSS a shot:

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

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

    #1539517
    Leo
    Staff
    Customer Support

    Not sure what happened but your site completely changed for me and I’m no longer see the primary navigation:
    https://www.screencast.com/t/yfFjpKf2ulz

    #1539519
    Sima

    I had deactivated some plugins. try it again.

    #1539521
    Leo
    Staff
    Customer Support
    #1539526
    Sima

    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

    #1539528
    Leo
    Staff
    Customer Support

    Try this CSS:

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

    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.

    #1539537
    Leo
    Staff
    Customer Support

    1. Have you tried the customizer option? It should still work:
    https://www.screencast.com/t/hkoSwkPjcfTQ

    2. If you set it to be white in the header element option:
    https://www.screencast.com/t/X774LABcv1si

    Then you can set it to be black in the customizer and that would work for the sticky navigation.

    #1539543
    Sima

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

    #1539544
    Sima

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

    #1539546
    Sima

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

    #1539550
    Sima

    fixed that too. thanks

Viewing 15 posts - 16 through 30 (of 31 total)
  • The topic ‘how to display site header in sticky header’ is closed to new replies.