-
AuthorPosts
-
June 29, 2014 at 7:40 pm #285028
http://www.crestedbuttecomputers.com/dev/gravitygroms
Under Camps and News Videos and Photos the mega menus have a large black area and then a red line and then the menu. I’d like to remove the large black area above the mega menu.
Also – I’d like all the items that only have one word (no 2nd line) to be aligned centered vertically with the menu items that have 2 lines.
Also, why does the responsive menu not work? I have it set to Active – Max width of 1030px – when I select the iPad preset in Developer Responsive View the menu bleeds over into a second line.
- This topic was modified 10 years, 4 months ago by ewingmh.
June 30, 2014 at 6:43 pm #285328July 1, 2014 at 2:32 am #285502Hi!
Thank you for using the theme!
I’m sorry but the link you provided leads us to a 404 page. The mobile menu is working fine when I checked it. Please go to Enfold > Header Layout > Mobile Menu panel. On the Header Mobile Menu activation setting, choose the second option to force the mobile menu to show earlier.
Regards,
IsmaelJuly 1, 2014 at 2:51 am #285508http://www.gravitygroms.com – sorry we went live today. Still having the issues with the megamenus looking weird. And the menu items not being vertically aligned
- This reply was modified 10 years, 4 months ago by ewingmh.
July 1, 2014 at 3:13 am #285518Hey!
Thank you for the update.
Are you sure that this is the correct URL? I’m sorry but it’s not loading properly. It just went live? Please post a screenshot of the issue. You can use imgur, dropbox, clipular etc. I’ll ask the rest of the support team to check this.
Best regards,
IsmaelJuly 1, 2014 at 3:29 am #285522July 1, 2014 at 5:29 pm #285812Sorry there apparently were some DNS issues – which have been resolved. Could you please advise on the mega menu spacing shown with the red arrow above and the vertical alignment of single line menu items with 2 line menu items
July 1, 2014 at 6:30 pm #285833Hey!
Please add following code to Quick CSS as well
.avia_mega_div ul { margin-top: 0!important; }
Cheers!
YigitJuly 2, 2014 at 12:41 am #285964How about this issue: vertical alignment of single line menu items with 2 line menu items – I want Home | Camps | (single line menu items) vertically aligned with the 2 line menu items such as: Anti-Gravity Airbag
Thanks
July 2, 2014 at 6:46 am #286057Hey!
Please edit js > avia.js, find this code on line 7:
var aviabodyclasses = AviaBrowserDetection('html');
Below, add this code:
$(function() { var menubreak = $('.menu-break'); if($('span.avia-menu-text').find(menubreak)) { $('span.avia-menu-text').css('top', '10px'); } });
Add this on Quick CSS or custom.css:
span.avia-menu-text { position: relative; }
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.