Okay
  Public Ticket #1940058
Mega Menu, upon scroll is distorted
Closed

Comments

  • Jesse started the conversation

    When you scroll the page, the menu attempts to stick to the top of the page, but is distorted.. what would cause this?


  •  2,634
    Kevin replied

    Hi Jesse  !

    Please resend me the menu image when not dragged down, maybe you have added or edited something that makes it work unlike the demo

    thank you

  • Jesse replied

    Here you go. Also, I moved the site to to http://revivemarketing.org/exec2019 for your review.


  •  2,634
    Kevin replied

    Hi Jesse  !

    Please add these properties to the style.css file, your problem will be solved

    .logo-wrapper.is-desktop{

    float : left;

    }

    .header-sticky-mobile .menu_inner {
        width: 60% !important;
        text-align: center;
        vertical-align: middle;
        left: 120px;
        position: relative;
    }

    # mega_main_menu.primary> .menu_holder.sticky_container> .menu_inner> ul> li> .item_link * {
        color: #333;
    }
    .header-sticky-mobile # mega_main_menu.direction-horizontal> .menu_holder.sticky_container {
        top: 24px;
    }

    thank you