Mega Menu defaults to 3 column widget width
-
I put one text widget into a Mega Menu, and it filled only 1/3 of the space. I identified the following code and added it to my child theme to make the width 100%.
#mega-menu-wrap-primary-menu-3 #mega-menu-primary-menu-3 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-columns-2 {
width:100%;
}However, I really want the widgets to occupy 50% of the width if there are two widgets, and 33% of the width if there are three.
Can anyone help me with why it defaulted to 33% width for one widget?
Website is https://03a73f3.netsolhost.com/wordpress2.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Mega Menu defaults to 3 column widget width’ is closed to new replies.