-
AuthorPosts
-
November 4, 2014 at 2:50 am #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?November 5, 2014 at 12:51 am #346274Hey 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!
ElliottNovember 6, 2014 at 6:22 pm #347227This reply has been marked as private.November 7, 2014 at 12:37 am #347469Hi!
Try adding this.
#header #header_main_alternate .container { padding: 0px !important; }
Cheers!
ElliottNovember 13, 2014 at 2:27 pm #350652This reply has been marked as private.November 14, 2014 at 4:30 am #351104Hey!
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,
IsmaelDecember 2, 2014 at 2:22 am #361232Hi Ismael, Unermenu now activated
December 2, 2014 at 5:33 am #361295Hey!
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,
IsmaelDecember 2, 2014 at 4:54 pm #361535Hi Ismael, I applied that css, you can see the result now.
Didn’t seem to work.December 4, 2014 at 2:29 am #362640Hey!
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 -
AuthorPosts
- You must be logged in to reply to this topic.