- Create a custom CSS file
- Add the following code to set the menu link widths to be dynamic
.art-hmenu ul a { width: auto; }
- Add the following code to set some padding to match the text-indent value on the (original) .art-hmenu ul a
.art-hmenu ul a:link, .art-hmenu ul a:visited, .art-hmenu ul a:hover, .art-hmenu ul a:active, .art-nav ul.art-hmenu ul span, .art-nav ul.art-hmenu ul span span { padding-right: 12px; }
before

after
