Archived topic
Text Falls Off Primary Dropdown
5 replies · Started by Anthony on February 15, 2017
Hi,
Seems like the primary drop-down menu was not growing or expanding out when I use a larger font size. The links would stick outside of the dropdown. Here is the work-around I did, but is there a better way?
<!--
.main-navigation .main-nav ul ul li a { padding: 20px 70px 20px 30px; }
.main-navigation .main-nav ul ul li a { font-size: 18px; }
-->
Thx!
Hi Anthony,
Have you tried to adjust the padding using Customizer > Layout > Primary Navigation > Menu Item Width and font size in Customizer > Typography > Primary Navigation?
Let me know if this helps.
Actually you are wanting to adjust the sub menu font. Can you link me to your site?
Thanks!
You can adjust the sub menu width with this CSS:
.main-navigation ul ul {
width: 200px;
}
Perfect! Thank you Leo. :)
You're welcome :)