Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #732115

    Hi,

    I am trying to adjust the sub menu on the mega menu

    I have four columns on the submenu under one of the headings but when activated the fourth column disappears off to the right .

    I cannot see where to adjust the sub menu column widths which seem very large.

    I tried the following code

    #header .twelve.units {
    max-width: 800px;
    margin: 0 auto;
    left: 0 !important;
    right: 0 !important;
    }

    This helped a lot on desktop but still clips the fourth column when viewing on ipad.

    Can anyone suggest a way to reduce further or better still have the sub menu open across the width of the header instead of opening to the right in line with the menu item above ?

    Thanks,

    Ian

    #732471

    Hi Ian,

    Could you post a link to the site in question so that we can take a closer look please?

    Best regards,
    Rikard

    #732866

    Hi Rikard,

    Please see attached

    thanks,

    Ian

    #734546

    Hi,

    Thank you for the update. Please adjust the css code a bit.

    #header .twelve.units {
        max-width: 600px;
        margin: 0 auto;
        left: -150px !important;
        right: auto !important;
    }

    This will push the mega menu container to the left by 150px.

    Best regards,
    Ismael

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