New Landing How can we help? Cardinal Submenu Questions – Mega Menu

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Cardinal
  • #94795
    Josh3roush
    Member
    Post count: 52

    Hey,

    Once again thanks for all your support thus far.

    I can’t find the last question I submitted to you about the full page mega-menu but just wanted to let you know it worked.

    In terms of the submenu I just have three questions for you:

    1. Can you provide us with css to change the submenu height (we would like it to be 48 pixels high)
    2. Is there a way we can evenly space the submenu contents (ie page names) and center them (Please see screenshot for what I mean)
    3. Also, under markets (main menu) if you hover over it, you will see that the water, wastewater, etc. is being cut off is there a way we can fix that. (see screenshot)

    Thanks and happy friday:)

    Attachments:
    You must be logged in to view attached files.
    #94923
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    1) Add this custom css:

    li.menu-item.sf-mega-menu > ul.sub-menu > li.menu-item > a, li.menu-item.sf-mega-menu > ul.sub-menu > li.menu-item > span.title {
    margin: 1px 20px 0;
    }

    2) You can try this, but it may have issues with responsiveness:

    li.menu-item.sf-mega-menu[data-megamenucols="4"] > ul.sub-menu > li {
    width: auto;
    }

    3) You can’t have 2 + 3 together, it would be an either/or situation. If you’d like them evenly spaced, you would use:

    li.menu-item.sf-mega-menu[data-megamenucols="4"] > ul.sub-menu > li {
    text-align: center;
    }

    Hope that helps!

    – Ed

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register