problems unhiding Main Nav Menu at bottom of page
-
Hi,
Twentsixteen serves HTML for Main Navigation at both “top” and “bottom” of page; but on wider screens its CSS prevents Main Nav display in the footer:
@media screen and (min-width: 56.875em) { .dropdown-toggle,.main-navigation ul .dropdown-toggle.toggled-on, .menu-toggle, .site-header .social-navigation, .site-footer .main-navigation { display: none; } }
If I copy all (it won’t work just for “.site-footer .main-navigation” – anyone?)the above to Child CSS and change “display:none” to “display:block” (or any option but none) Main Nav is displayed at both Top and Bottom of page.
BUT:
Now, instead of displaying a “down arrow” symbol next to any nav link that has drop-down sub-items,a horrible “symbol” is displayed (created by a 2nd down arrow overlaying the first but at an offset).
Any idea how I can fix? Sorry I’m testing locally so I cant provide a link.
Thanks
- The topic ‘problems unhiding Main Nav Menu at bottom of page’ is closed to new replies.