Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #877588

    Desmond T
    Participant

    I am using Max Mega Menu and there is space in my nav bar above the actual buttons. I cannot find any settings within the plugin to remove this white space. Is there something in my CSS that is causing this to happen?

    http://virtuemotorsports.com/

    #878135

    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .x-topbar-inner.x-container.max.width {
        height: 30px;
        overflow: hidden;
    }

    Hope it helps.