[Resolved] Sticky navigation styling seperated with primary navigation

Home Forums Support [Resolved] Sticky navigation styling seperated with primary navigation

Home Forums Support Sticky navigation styling seperated with primary navigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #390893
    Agus

    I want my website to look like this : https://demo.yootheme.com/wordpress/avanti

    so the static navigation width is contained and the sticky one is full width. Is there any additional CSS that i can add to it?? Thanks

    #391032
    Leo
    Staff
    Customer Support

    Try this:

    .main-navigation.navigation-stick.grid-container {
        max-width: 100%;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #391526
    Agus

    Thanks, it works ๐Ÿ™‚

    Do you have any documentation about the template element classes?? So i can adjust and customize the CSS by myself

    #391625
    Leo
    Staff
    Customer Support

    Unfortunately no.

    You can see all of them by using developer tool of your browser ๐Ÿ™‚ It’s a very useful skill if you want to write your own CSS.

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