Two Columns Mega Menu Destination_

Hi Waituk,

is it possible to have the Destination Mega Menu with just one column like the below picture?

I don’t have so many destination areas and I’d like to reduce the size include only two boxes.


Thank you

Amy

Hello,

This is not a built in option as this is a 3 col menu, however, you could resize this 3 col menu by going to appearance >> customise >> custom css and adding the css. The CSS you need to customize further is given below:

.navbar-nav .mega-center.has-mega-dropdown.mega-md .drop-wrap {
max-width: 400px;
}
You can adjust it to your requirement.

Thank you

Great! Thank you Sanjeev