Drop Downs in Hello Nouveau

QuestionsCategory: Hello NouveauDrop Downs in Hello Nouveau
Chandra Poll asked 5 years ago

I’m having problems with the appearance of my drop-down menus on the navigation grid. The list doesn’t look uniform and I’m wondering if it’s supposed to look that way. Some are bolded, some are left aligned, some are centered, and some have large gaps before the next one is listed. I’ve only recently added the drop downs, but I’m really not happy with the appearance.

My site is https://thesimplifiedfamily.net/

1 Answers
Support Team Staff answered 5 years ago

No, it is not supposed to look like that.  You can try to add this to your theme file
 
.genesis-nav-menu .sub-menu a {
font-size: 1.0rem !important;
font-weight: normal !important;
text-align: left !important;
}
 
Once you add it please clear your browser cache and hosting to see the change.  If that does not take care of it, please email support@helloyoudesigns.com  We will need to see what was modified in the original file and go from there.

Chandra Poll replied 5 years ago

Thank you! That code definitely fixed it for the most part. I’m not sure why some of the menu items are still showing wrong. But, it did fix most of them. I’ll send you an email.