[Resolved] Sticky Header Issue

  • Author
    Posts
  • #4871

    Anonymous
    Inactive

    Fixed that, sorry!

    #4872

    Anonymous
    Inactive
    This reply has been marked as private.
    #4874

    Andrew Misplon
    Keymaster

    Thanks. Hotfixed. All will be resolved in the next version. Apologies.

    I need to find a better way of resolving the UberMenu bug. The way we’re doing it right now makes updates quite hard. We’re removing the entire parent main JS file and adding our own, minus the conflicting part. I’m out of time right now but will come back to this for you ASAP.

    #4875

    Andrew Misplon
    Keymaster
    This reply has been marked as private.
    #4878

    Andrew Misplon
    Keymaster

    What’s happening is in the beginning the menu is too wide so it goes to two lines, then the Custom CSS kicks in. But, the sticky header has already taken a width and height measurement of the menu. I added to the bottom of Custom CSS:

    /* Header */
    .site-header .site-branding-container {
      max-width: 17%;
    }
    .main-navigation {
      max-width: 83%;
    }

    Please, try now.

    #4879

    Andrew Misplon
    Keymaster

    Hi Dan

    I’ve sorted the issue out for the next update with a check for Max Mega Menu.

    Your child theme is now no longer using it’s own JS, it’s using the parent JS. Please, check everything is ok. After the next update is released, please, send me a reminder and we’ll clean up your child themes. Thanks for the help.

Viewing 6 posts - 16 through 21 (of 21 total)

You must be logged in to reply to this topic.

Scroll to top