To change font size, inside submenu you need to use below css:
#Header .menu > li ul li a { font-size: 16px; }
But if you want to change width for submenu, you can do it only for regular menu (not mega because mega menu have fit to number of columns always). For that you can use below css:
Is there a similar way to increase the font size of the "Muffin recent posts" widget in my footer so that it has the same size as the rest of the footer items (content 16)
Comments