Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #345683

    Hi, I am starting a new site and have used the latest version of the theme.

    Problem I am having is with the menu.

    1. Menu width.
    I want the menu to stretch from left edge to the right edge of the main body container but as you can see it is starting about 55px in from the left edge and stopping about 330px from the right edge. How do I fix.

    2. Uber Menu 3.0
    I know the theme is compatible with Uber Menu and I have used Uber Menu 2.0 with Enfold 2.x versions.
    I tried to use Uber Menu 3.0 with this latest version of Enfold on this site but the menu text was rendering underneath the buttons so I deactivated it but would still like to use it.
    Is it still compatible with Enfold?

    #346274

    Hey GOWD!

    It looks like it’s because of some custom CSS your using,

    .responsive .container {
        max-width: 80%;
    }

    Yes I think ubermenu should be working fine. Go ahead and activate it and we’ll take a look. If you have time then a screenshot highlighting the problem would be great.

    Cheers!
    Elliott

    #347227
    This reply has been marked as private.
    #347469

    Hi!

    Try adding this.

    #header #header_main_alternate .container { padding: 0px !important; }
    

    Cheers!
    Elliott

    #350652
    This reply has been marked as private.
    #351104

    Hey!

    Thank you for the info.

    The UberMenu plugin is indeed compatible with Enfold but you have to configure it manually. Unfortunately, we won’t be able to debug the issue unless you activate the plugin. Moreover, we usually don’t provide support for third party plugins so you may have to investigate this issue yourself or hire a freelance developer to modify the theme structure to coincide with the current UberMenu plugin settings. If you can activate the UberMenu plugin, we would like to check it. Maybe a simple css fix will do.

    Regards,
    Ismael

    #361232

    Hi Ismael, Unermenu now activated

    #361295

    Hey!

    Looks like the last menu item “Listing” is blocking the entire menu. Please try this on Quick CSS:

    .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    padding-top: 0;
    }
    
    li.menu-item:last-child {
    z-index: 10;
    width: auto;
    float: left;
    }

    For further modifications, please visit Envato Studio or Werkpress.

    Best regards,
    Ismael

    #361535

    Hi Ismael, I applied that css, you can see the result now.
    Didn’t seem to work.

    #362640

    Hey!

    This is what it looks like when I added the fix:

    Try this:

    .ubermenu-main .ubermenu-item-level-0 > .ubermenu-target {
    padding-top: 0 !important;
    }
    
    li.menu-item:last-child {
    z-index: 10 !important;
    width: auto !important;
    float: left !important;
    }

    There’s still some styling issues but unfortunately, we can’t configure the plugin for you. Please contact the plugin author.

    Regards,
    Ismael

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.