[Support request] How to align the nav-menu to the left?

Home Forums Support [Support request] How to align the nav-menu to the left?

Home Forums Support How to align the nav-menu to the left?

Viewing 3 posts - 16 through 18 (of 18 total)
  • Author
    Posts
  • #2337936
    David
    Staff
    Customer Support

    You can add transition to the main-navigation:

    .main-navigation {
        transition: all 0.3s ease-in;
    }
    #2339352
    Sascha

    Awesome, thanks!

    Although it’s not exactly as smooth as on the original site, it works fine.

    So if I want to replicate the transition-effect exactly like on the orig-site, is this possible with CSS? Or can only achieve using JS?

    #2339847
    David
    Staff
    Customer Support

    Theres too many differences between the original sites header and the GP one. For example, the other site uses a height property that transitions between 100px and 80px on sticky. The GP Site is using padding to make that height. So thats transition will never be the same.

Viewing 3 posts - 16 through 18 (of 18 total)
  • You must be logged in to reply to this topic.