Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #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 9 years, 9 months ago by ewingmh.
    #285328

    ?

    #285502

    Hi!

    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,
    Ismael

    #285508

    http://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 9 years, 9 months ago by ewingmh.
    #285518

    Hey!

    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,
    Ismael

    #285522

    What do you mean it’s not loading for you? Perhaps you’re still seeing the old site and need to flush your DNS?

    #285812

    Sorry 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

    #285833

    Hey!

    Please add following code to Quick CSS as well

    .avia_mega_div ul {
    margin-top: 0!important;
    }

    Cheers!
    Yigit

    #285964

    How 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

    #286057

    Hey!

    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

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