New Landing How can we help? Cardinal Navigation bar problem

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Cardinal
  • #221333
    deejayhart
    Member
    Post count: 239

    Hi there – weird problem when I scroll – look at the logo! It seems to go transparent for a little bit – why is this?

    Also, I would like the nav to shrink – is there any option for this, as with Divi?

    Ta!

    #221557
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    1)

    The transparency is caused by the transition, you could adjust that with the below CSS to fix it:

    .sticky-header {
        -webkit-transform: translateZ(0) translateY(0);
        -moz-transform: translateZ(0) translateY(0);
        transform: translateZ(0) translateY(0);
        transition: height 0s ease-in-out, transform 0s ease-in-out, background-color 0s ease-in-out!important;
        -moz-transition: height 0s ease-in-out, transform 0s ease-in-out, background-color 0s ease-in-out!important;
        -webkit-transition: height 0 ease-in-out, transform 0 ease-in-out, background-color 0 ease-in-out!important;
        -o-transition: height 0s ease-in-out, transform 0s ease-in-out, background-color 0s ease-in-out!important;
    }

    2

    What do you mean the nav to shrink? Do you mean the whole header get smaller on scroll for the sticky header?

    – David.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register