Change width of Mega Menu

Posted in: Newspaper
Post count: 8

Hi,

I’m using a Contact form in my megamenu:

http://thebretongroup.com/test_area/NYD/

I would like to reduce the mega menu width (OPT IN TEST) to about 300px.

Could you please supply the code?
Thanks!
🙂

Post count: 23312

Hello BretonGroup,

Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.menu-item-517 .sub-menu {
width: 300px !important;
}

The result you should see here -> http://screencast.com/t/rKOtlV3T2

If is not what you mean, please provide more details about your desired changes so I will be albe to provide a more accurate response.

Hope this helps!

Thank you for the message!

Post count: 8

Perfect! That’s exactly what I wanted it to look like!

Follow up question: How do I have it float under the “Opt In” nav item instead of floating to the left under the “Home” nav item?

Thanks again,
Melissa

Post count: 23312

Hello Melissa,

Please try the code below and add it in Theme panel->Custom CSS area.

The code is ->

.td-mega-menu ul {
left: 342px !important;
}

The result you should see here -> http://screencast.com/t/4PmEMZ7b

Thank you for the message!

Post count: 8

Nice! Thanks, Catalin. You’ve been great support to all my questions. FIVE STARS!
🙂

Post count: 23312

Hello BretonGroup,

I am glad that I could help!

Thank you for your appreciations!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.