Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #2114001
Mega Menu
Closed

Comments

  • stejournal started the conversation

    Hi,

    Please could you tell me what core files I need to change to make the mega menu have 5 columns as at the moment it only has 4.

    Thanks

  •  7,092
    Oliver replied

    Hi,

    wp-content/themes/thegem/inc/megamenu/megamenu.class.php

    In the header:

    $TheGem_Mega_Menu_Columns_Values = array(
        1 => '1',
        2 => '2',
        3 => '3',
        4 => '4',
        5 => '5'
    );
    

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver