Reputation: 83
I'm not sure what I did but I broke the alignment on the dropdown portion of my navigation for my website https://shiftins.com. The site should show the sub navigation links centered and not aligned left. Can someone help me identify the code I need to change/add/fixed to make the sub navigation menu aligned again? Thanks!
Upvotes: 0
Views: 24
Reputation: 770
Change this part into "center" as you see here:
.genesis-nav-menu .menu-item {
text-align: center;
}
Upvotes: 1