Infoway Mega Menu Pluggin - too many sub menus

Discussion in 'Infoway WordPress Theme' started by chicago1218, Dec 23, 2014.

Thread Status:
Not open for further replies.
  1. chicago1218

    chicago1218 New Member

    Joined:
    Feb 11, 2014
    Messages:
    13
    Likes Received:
    1
    Here is the site - www.Tempol.info

    Under the menu "Research" there should be about 45 submenus which basically are the categories for the research articles. Not all the subcategories are appearing -- so I searched the support forum and found the plug-in for Mega-Menu but it is changing the font and text color and I am not sure this is the best solution.

    Is there a way to fix the font attributes or to use the drop down at a list of scrollable categories so they can appear on the page? Right now all that shows up is about 16 sub items.
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    #menu .ddsmoothmenu li ul {
    max-height: 500px;
    overflow: scroll;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. chicago1218

    chicago1218 New Member

    Joined:
    Feb 11, 2014
    Messages:
    13
    Likes Received:
    1
    Perfect fix!!!! Thank you so much!!!!
     
Thread Status:
Not open for further replies.

Share This Page