Site logo

[Support request] mimic main menu to sticky menu

Home Forums Support [Support request] mimic main menu to sticky menu

Home Forums Support mimic main menu to sticky menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2528643
    Tim

    Hello,

    Our menus change ever so slighty when it goes to the sticky. You can see that the sticky removes all padding..can you help me change this so that it stays all the same dimensions and everythign when it goes to sticky?

    #2528748
    David
    Staff
    Customer Support

    Hi there,

    you can try this CSS:

    .main-navigation.is_stuck .inside-navigation {
        padding: 5px 40px;
    }
    .main-navigation.is_stuck .navigation-branding img {
        width: 180px;
        height: auto !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.