• Closed
  • D
    Spectator
    January 12, 2016 at 9:28 pm #23501

    Hello Theme4Press,

    I would like to know how I may adjust the width of the mega menu columns. I would like to set it to a certain amount.

    Thanks

    P.S. Will be following-up soon on that other issue.

    Imran
    Spectator
    Posts: 403
    February 3, 2016 at 11:42 am #24014

    Hi Donna,

    Thanks for writing in,

    In regard to adjust your mega menu breadth; please add the following code to your custom CSS field:

    @media (min-width: 940px) {
    #wrapper .t4p-megamenu-wrapper {
    width: 880px;
    }
    }

    Please adjust the value as required.

    Hope this helps.

    Thank you!