I just updated my theme to the most recent version. I am using a child theme, but somehow my menu lost its formatting. I need to close the gap between line 1 and line 2 of the menu items. I tried adjusting line height CSS that I had. There are no adjustments for it in the Advanced Styling area. Any help would be greatly appreciated. Thanks! -Fred
Example: https://screencast.com/t/zQwg42S5tva
Now that I think about it, the menu banner was a different color and a little thicker as well. I have a database backup of the file for every day this week, and a full site backup from 7 days ago. I could restore if I had to, but it would be nice if it was just a few lines of CSS that had to get put back. If a CSS file was changed, (again, not sure how, it is a child theme), a database roll back would not fix it, right? I don’t want to do a full site restore if I don’t have to. Thanks!
Hey Fred,
Try this code in the General Styling > Quick CSS field:
.html_header_top .av_bottom_nav_header #header_main_alternate .main_menu ul:first-child > li > a {line-height: 21px!important; }
Best regards,
Mike
Thank you for your quick response. Sorry it took so long for me to get back to you. That worked! Actually, I had that line in my CSS, but it did not have the !important tag. Adding that fixed it.