[ad_1]
Actually, If you click through my primary menu (Home, About, Music … etc) you’ll see that the spacing skips around. More importantly, I’d like it to stay consistent no matter what menu item is clicked.
I added this code and I think it did the trick:
.sf-menu a { padding: 20px 5px; } .kt-showsub-indicator ul.sf-menu>li.sf-dropdown>a:after { padding-left: 10px; } }
